mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
FileManager: Fix properties button margins
This commit is contained in:
parent
8feab1836a
commit
0dd4e2d21b
Notes:
sideshowbarker
2024-07-18 08:01:09 +09:00
Author: https://github.com/frhun
Commit: 0dd4e2d21b
Pull-request: https://github.com/SerenityOS/serenity/pull/9044
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