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:
Andreas Kling 2019-05-11 02:35:03 +02:00
parent 565f073796
commit 1ab66e4d33

View file

@ -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);