summaryrefslogtreecommitdiff
path: root/Demos
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-12-30 16:11:43 +0100
committerAndreas Kling <kling@serenityos.org>2020-12-30 16:13:38 +0100
commit0c7f3296e3869b9aab1eff9bc6c17385b2ff51db (patch)
tree7c100166dc4ef54ff015c1c7525479601393f83c /Demos
parent26abb691d8dd2551210cd9970b42ca2df7e9c8af (diff)
downloadserenity-0c7f3296e3869b9aab1eff9bc6c17385b2ff51db.zip
WidgetGallery: Tweak UI layout for "Modals" tab
Diffstat (limited to 'Demos')
-rw-r--r--Demos/WidgetGallery/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/WidgetGallery/main.cpp b/Demos/WidgetGallery/main.cpp
index cbca2a1fab..47cd73a259 100644
--- a/Demos/WidgetGallery/main.cpp
+++ b/Demos/WidgetGallery/main.cpp
@@ -437,7 +437,7 @@ int main(int argc, char** argv)
auto& input_group_box = tab_modals.add<GUI::GroupBox>("Input boxes");
input_group_box.set_layout<GUI::VerticalBoxLayout>();
input_group_box.layout()->set_margins({ 4, 12, 4, 4 });
- input_group_box.set_fixed_height(160);
+ input_group_box.set_fixed_height(140);
input_group_box.layout()->add_spacer();