Skip to content

Commit 566eee0

Browse files
authored
CategoryView: add a big window handle (#312)
1 parent 0696b69 commit 566eee0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/CategoryView.vala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ public class Switchboard.CategoryView : Adw.NavigationPage {
8888
};
8989
toolbarview.add_top_bar (headerbar);
9090

91-
child = toolbarview;
91+
var window_handle = new Gtk.WindowHandle () {
92+
child = toolbarview
93+
};
94+
95+
child = window_handle;
9296
title = _("All Settings");
9397

9498
load_default_plugs.begin ();

0 commit comments

Comments
 (0)