From 0c7f3296e3869b9aab1eff9bc6c17385b2ff51db Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 30 Dec 2020 16:11:43 +0100 Subject: [PATCH] WidgetGallery: Tweak UI layout for "Modals" tab --- Demos/WidgetGallery/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("Input boxes"); input_group_box.set_layout(); 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();