ClockSettings: Increase max visible items for time zone ComboBox

This commit is contained in:
thankyouverycool 2022-09-21 08:38:44 -04:00 committed by Andreas Kling
parent f86c5b1fa7
commit 930e5c27df
Notes: sideshowbarker 2024-07-17 06:46:15 +09:00

View file

@ -31,6 +31,7 @@
@GUI::ComboBox {
name: "time_zone_input"
max_visible_items: 24
}
}