Skip to content

Commit

Permalink
fix(appearance): wrong value for active hint spin button
Browse files Browse the repository at this point in the history
  • Loading branch information
bhh32 authored Nov 21, 2024
1 parent 355c27c commit 4e31002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmic-settings/src/pages/desktop/appearance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1973,8 +1973,8 @@ pub fn window_management() -> Section<crate::pages::Message> {
.add(settings::item::builder(&descriptions[active_hint]).control(
cosmic::widget::spin_button(
page.theme_builder.active_hint.to_string(),
page.theme_builder.active_hint,
1,
page.theme.active_hint,
0,
500,
Message::WindowHintSize,
Expand Down

0 comments on commit 4e31002

Please sign in to comment.