Skip to content

Commit

Permalink
Budgie: fix expand. For #175.
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Jan 7, 2018
1 parent 086ae3e commit 0bde97f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/budgie-plugin-appmenu.vala
Expand Up @@ -58,6 +58,8 @@ public class GlobalMenuApplet: Applet
add_budgie_style(layout);
});
this.add(layout);
this.hexpand_set = true;
this.vexpand_set = true;
add_budgie_style(layout);
show_all();
}
Expand Down

0 comments on commit 0bde97f

Please sign in to comment.