Skip to content

Commit

Permalink
misc(save_changes_dialog): prefer wide layout
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Jul 25, 2024
1 parent 375aa47 commit fcd56bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/save_changes_dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async fn run_inner(parent: &impl IsA<gtk::Widget>, unsaved: &[Document]) -> Resu
.body(gettext("Open documents contain unsaved changes. Changes which are not saved will be permanently lost."))
.close_response(CANCEL_RESPONSE_ID)
.default_response(SAVE_RESPONSE_ID)
.prefer_wide_layout(true)
.build();

dialog.add_response(CANCEL_RESPONSE_ID, &gettext("Cancel"));
Expand Down

0 comments on commit fcd56bb

Please sign in to comment.