1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:18:12 +00:00

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

View file

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