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:
parent
e7ffc3704c
commit
a181d4e257
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue