Skip to content

Commit cc2f607

Browse files
committed
Fix initial appearance of preferences dialog
1 parent d2d44aa commit cc2f607

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Dialogs/PreferencesDialog.vala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ public class Scratch.Dialogs.Preferences : Granite.Dialog {
160160
close_button.clicked.connect (() => {
161161
destroy ();
162162
});
163+
164+
//Ensure appearance correct after using libpeas-2
165+
realize.connect (() => {
166+
stack.set_visible_child_name ("behavior");
167+
});
163168
}
164169

165170
private class SettingSwitch : Gtk.Grid {

0 commit comments

Comments
 (0)