We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eebb0f commit 412edfdCopy full SHA for 412edfd
src/Dialogs/PreferencesDialog.vala
@@ -19,7 +19,7 @@ public class Scratch.Dialogs.Preferences : Granite.Dialog {
19
}
20
21
construct {
22
- set_default_size (100, 200);
+ resizable = false;
23
var general_box = new Gtk.Box (VERTICAL, 12);
24
general_box.add (new Granite.HeaderLabel (_("General")));
25
general_box.add (new SettingSwitch (_("Save files when changed"), "autosave"));
0 commit comments