Sfoglia il codice sorgente

GLayout: Change default spacing to 3 pixels

Andreas Kling 6 anni fa
parent
commit
123a3cad77
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Libraries/LibGUI/GLayout.h

+ 1 - 1
Libraries/LibGUI/GLayout.h

@@ -49,5 +49,5 @@ protected:
     Vector<Entry> m_entries;
     Vector<Entry> m_entries;
 
 
     GMargins m_margins;
     GMargins m_margins;
-    int m_spacing { 4 };
+    int m_spacing { 3 };
 };
 };