mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
ClockSettings: Increase max visible items for time zone ComboBox
This commit is contained in:
parent
f86c5b1fa7
commit
930e5c27df
Notes:
sideshowbarker
2024-07-17 06:46:15 +09:00
Author: https://github.com/thankyouverycool Commit: https://github.com/SerenityOS/serenity/commit/930e5c27df Pull-request: https://github.com/SerenityOS/serenity/pull/15321 Issue: https://github.com/SerenityOS/serenity/issues/13365
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
@GUI::ComboBox {
|
||||
name: "time_zone_input"
|
||||
max_visible_items: 24
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue