mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:28:11 +00:00
FileManager: Fix properties button margins
This commit is contained in:
parent
8feab1836a
commit
0dd4e2d21b
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ PropertiesWindow::PropertiesWindow(String const& path, bool disable_rename, Wind
|
|||
|
||||
auto& button_widget = main_widget.add<GUI::Widget>();
|
||||
button_widget.set_layout<GUI::HorizontalBoxLayout>();
|
||||
button_widget.set_fixed_height(24);
|
||||
button_widget.set_fixed_height(22);
|
||||
button_widget.layout()->set_spacing(5);
|
||||
|
||||
button_widget.layout()->add_spacer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue