fix(appearance): interface density button order
This commit is contained in:
parent
f0b80a90bd
commit
ef9dc5cba0
1 changed files with 4 additions and 4 deletions
|
|
@ -1783,16 +1783,16 @@ pub fn interface_density() -> Section<crate::pages::Message> {
|
|||
settings::section()
|
||||
.title(§ion.title)
|
||||
.add(settings::item_row(vec![radio(
|
||||
text::body(&descriptions[comfortable]),
|
||||
Density::Standard,
|
||||
text::body(&descriptions[compact]),
|
||||
Density::Compact,
|
||||
Some(page.density),
|
||||
Message::Density,
|
||||
)
|
||||
.width(Length::Fill)
|
||||
.into()]))
|
||||
.add(settings::item_row(vec![radio(
|
||||
text::body(&descriptions[compact]),
|
||||
Density::Compact,
|
||||
text::body(&descriptions[comfortable]),
|
||||
Density::Standard,
|
||||
Some(page.density),
|
||||
Message::Density,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue