1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

fix(networkmanager, upower): widget not vertical on left/right bars

This commit is contained in:
Jake Stanger 2024-11-25 11:06:07 +00:00 committed by Jake Stanger
parent e7ffc3704c
commit a181d4e257
2 changed files with 3 additions and 3 deletions

View file

@ -175,7 +175,7 @@ impl Module<gtk::Button> for UpowerModule {
.build();
label.add_class("label");
let container = gtk::Box::new(Orientation::Horizontal, 5);
let container = gtk::Box::new(info.bar_position.orientation(), 5);
container.add_class("contents");
let button = Button::new();