fix(appearance): limit active window hint to 64 width max

Closes #1012
This commit is contained in:
Michael Aaron Murphy 2025-02-27 15:31:36 +01:00
parent 661b487397
commit a8b41c90f5
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -2045,7 +2045,7 @@ pub fn window_management() -> Section<crate::pages::Message> {
page.theme_builder.active_hint,
1,
0,
500,
64,
Message::WindowHintSize,
),
))