fix(appearance): wrong value for active hint spin button
This commit is contained in:
parent
355c27caa8
commit
4e310024b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1973,8 +1973,8 @@ pub fn window_management() -> Section<crate::pages::Message> {
|
||||||
.add(settings::item::builder(&descriptions[active_hint]).control(
|
.add(settings::item::builder(&descriptions[active_hint]).control(
|
||||||
cosmic::widget::spin_button(
|
cosmic::widget::spin_button(
|
||||||
page.theme_builder.active_hint.to_string(),
|
page.theme_builder.active_hint.to_string(),
|
||||||
|
page.theme_builder.active_hint,
|
||||||
1,
|
1,
|
||||||
page.theme.active_hint,
|
|
||||||
0,
|
0,
|
||||||
500,
|
500,
|
||||||
Message::WindowHintSize,
|
Message::WindowHintSize,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue