summaryrefslogtreecommitdiff
path: root/Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-04-21 12:06:37 +0100
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-04-23 10:48:51 -0700
commitbd7e896c760d1d73db1b76de15d65a9e30347915 (patch)
tree02096a5bb700d98810f0f6e21df1292f1d707335 /Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml
parentae469b9afafc61d09ab79bda92c011d6266bdf92 (diff)
downloadserenity-bd7e896c760d1d73db1b76de15d65a9e30347915.zip
ClockSettings: Tweak timezone layout spacing to not crop the ComboBox
Diffstat (limited to 'Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml')
-rw-r--r--Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml b/Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml
index f0b10cd4a8..25336b53f7 100644
--- a/Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml
+++ b/Userland/Applications/ClockSettings/TimeZoneSettingsWidget.gml
@@ -9,7 +9,7 @@
title: "Time Zone Settings"
layout: @GUI::VerticalBoxLayout {
margins: [16, 8, 8]
- spacing: 16
+ spacing: 14
}
@GUI::Label {