Skip to content

Commit

Permalink
Make stack switcher homogeneous (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Mar 21, 2024
1 parent eaf2759 commit 7b3210c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public class Sound.Plug : Switchboard.Plug {
halign = Gtk.Align.CENTER,
stack = stack
};
((Gtk.BoxLayout) stack_switcher.layout_manager).homogeneous = true;

var clamp = new Adw.Clamp () {
child = stack
Expand Down

0 comments on commit 7b3210c

Please sign in to comment.