Skip to content

Commit 0bde97f

Browse files
committed
Budgie: fix expand. For #175.
1 parent 086ae3e commit 0bde97f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/budgie-plugin-appmenu.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public class GlobalMenuApplet: Applet
5858
add_budgie_style(layout);
5959
});
6060
this.add(layout);
61+
this.hexpand_set = true;
62+
this.vexpand_set = true;
6163
add_budgie_style(layout);
6264
show_all();
6365
}

0 commit comments

Comments
 (0)