From 930e5c27df8ee9a62c35a935a25178be5e899a44 Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Wed, 21 Sep 2022 08:38:44 -0400 Subject: [PATCH] ClockSettings: Increase max visible items for time zone ComboBox --- Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml b/Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml index 25336b53f7..8998009f89 100644 --- a/Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml +++ b/Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml @@ -31,6 +31,7 @@ @GUI::ComboBox { name: "time_zone_input" + max_visible_items: 24 } }