fix(wallpaper): center-align tab bar text
This commit is contained in:
parent
f48bb86495
commit
a813f642db
1 changed files with 3 additions and 1 deletions
|
|
@ -1131,7 +1131,9 @@ pub fn settings() -> Section<crate::pages::Message> {
|
|||
|
||||
children.push(element.into());
|
||||
} else if page.show_tab_bar {
|
||||
let element = tab_bar::horizontal(&page.outputs).on_activate(Message::Output);
|
||||
let element = tab_bar::horizontal(&page.outputs)
|
||||
.button_alignment(Alignment::Center)
|
||||
.on_activate(Message::Output);
|
||||
|
||||
children.push(element.into());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue