Skip to content

Commit 9eebb0f

Browse files
committed
Set a reasonable default size for the Preferences dialog
1 parent ce4b5af commit 9eebb0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dialogs/PreferencesDialog.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class Scratch.Dialogs.Preferences : Granite.Dialog {
1919
}
2020

2121
construct {
22+
set_default_size (100, 200);
2223
var general_box = new Gtk.Box (VERTICAL, 12);
2324
general_box.add (new Granite.HeaderLabel (_("General")));
2425
general_box.add (new SettingSwitch (_("Save files when changed"), "autosave"));

0 commit comments

Comments
 (0)