소스 검색

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;
     auto* widget = new GWidget;
     widget->set_layout(make<GBoxLayout>(Orientation::Vertical));
     widget->set_layout(make<GBoxLayout>(Orientation::Vertical));
+    widget->layout()->set_spacing(0);
 
 
     auto* main_toolbar = new GToolBar(widget);
     auto* main_toolbar = new GToolBar(widget);
     auto* location_toolbar = new GToolBar(widget);
     auto* location_toolbar = new GToolBar(widget);