mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
FileManager: Tweak layout spacing in file properties window
There wasn't enough vertical spacing between the TabWidget and the three (Ok/Cancel/Apply) buttons at the bottom.
This commit is contained in:
parent
ea7e5be85a
commit
a5992a4ef8
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ PropertiesWindow::PropertiesWindow(String const& path, bool disable_rename, Wind
|
|||
|
||||
auto& main_widget = set_main_widget<GUI::Widget>();
|
||||
main_widget.set_layout<GUI::VerticalBoxLayout>();
|
||||
main_widget.layout()->set_spacing(6);
|
||||
main_widget.layout()->set_margins(4);
|
||||
main_widget.set_fill_with_background_color(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue