Skip to content

Commit

Permalink
lapiz-close-confirmation-dialog: make the close confirmation bigger
Browse files Browse the repository at this point in the history
with 70% instead 40% monitor height
  • Loading branch information
sc0w committed May 12, 2024
1 parent 875d700 commit 3d63ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapiz/dialogs/lapiz-close-confirmation-dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ build_multiple_docs_dialog (LapizCloseConfirmationDialog *dlg)

cdk_monitor_get_geometry (cdk_display_get_primary_monitor (display), &mon_geo);

max_height = mon_geo.height * 40 / 100;
max_height = mon_geo.height * 70 / 100;

if (new_height > max_height)
{
Expand Down

0 comments on commit 3d63ba0

Please sign in to comment.