mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
FileManager: Tweak layout spacing (new default looks weird here.)
This app needs a layout rethink, but for now I'm just fixing breakage.
This commit is contained in:
parent
565f073796
commit
1ab66e4d33
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto* widget = new GWidget;
|
||||
widget->set_layout(make<GBoxLayout>(Orientation::Vertical));
|
||||
widget->layout()->set_spacing(0);
|
||||
|
||||
auto* main_toolbar = new GToolBar(widget);
|
||||
auto* location_toolbar = new GToolBar(widget);
|
||||
|
|
Loading…
Add table
Reference in a new issue