浏览代码

LibGUI: Remove 2px of vertical space around FilePicker common places

The extra margin is not needed with the new "Tray" look. :^)
Andreas Kling 4 年之前
父节点
当前提交
58106f57de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Userland/Libraries/LibGUI/FilePickerDialog.gml

+ 1 - 1
Userland/Libraries/LibGUI/FilePickerDialog.gml

@@ -24,7 +24,7 @@
             fill_with_background_color: true
             fill_with_background_color: true
 
 
             layout: @GUI::VerticalBoxLayout {
             layout: @GUI::VerticalBoxLayout {
-                margins: [2, 4, 2, 4]
+                margins: [2, 2, 2, 2]
                 spacing: 0
                 spacing: 0
             }
             }
         }
         }