Ver Fonte

LibGUI: More tweaks for the FilePicker UI layout

Andreas Kling há 4 anos atrás
pai
commit
2aaf12e9cd
1 ficheiros alterados com 7 adições e 7 exclusões
  1. 7 7
      Userland/Libraries/LibGUI/FilePickerDialog.gml

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

@@ -29,8 +29,14 @@
             }
         }
 
+        @GUI::Label {
+            text: "File name:"
+            text_alignment: "CenterRight"
+            fixed_height: 24
+        }
+
         @GUI::Widget {
-            fixed_height: 47
+            fixed_height: 20
         }
     }
 
@@ -62,12 +68,6 @@
                 fixed_height: 24
                 layout: @GUI::HorizontalBoxLayout
 
-                @GUI::Label {
-                    text: "File name:"
-                    text_alignment: "CenterLeft"
-                    fixed_width: 80
-                }
-
                 @GUI::TextBox {
                     name: "filename_textbox"
                 }