Skip to content

Commit 412edfd

Browse files
committed
Make unresizable rather set default size
1 parent 9eebb0f commit 412edfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dialogs/PreferencesDialog.vala

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

2121
construct {
22-
set_default_size (100, 200);
22+
resizable = false;
2323
var general_box = new Gtk.Box (VERTICAL, 12);
2424
general_box.add (new Granite.HeaderLabel (_("General")));
2525
general_box.add (new SettingSwitch (_("Save files when changed"), "autosave"));

0 commit comments

Comments
 (0)