浏览代码

FileManager: Tweak layout spacing (new default looks weird here.)

This app needs a layout rethink, but for now I'm just fixing breakage.
Andreas Kling 6 年之前
父节点
当前提交
1ab66e4d33
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Applications/FileManager/main.cpp

+ 1 - 0
Applications/FileManager/main.cpp

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