mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
WidgetGallery: Tweak UI layout for "Modals" tab
This commit is contained in:
parent
26abb691d8
commit
0c7f3296e3
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue