]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Change group spacing from 18px to 12px
authorNate Graham <nate@kde.org>
Mon, 24 Aug 2020 18:35:08 +0000 (12:35 -0600)
committerNate Graham <nate@kde.org>
Mon, 24 Aug 2020 18:35:08 +0000 (12:35 -0600)
This is the value used in QML-based software, so now Dolphin's form
layout settings dialogs look consistent.

src/global.h

index daf86134e435265cc834de4bd49d7cef3c906ea8..d00791d2fe17dbe10b5cac6334f0be4b0a6c8b49 100644 (file)
@@ -61,7 +61,7 @@ namespace Dolphin {
     /**
      * TODO: Move this somewhere global to all KDE apps, not just Dolphin
      */
-    const int VERTICAL_SPACER_HEIGHT = 18;
+    const int VERTICAL_SPACER_HEIGHT = 12;
     const int LAYOUT_SPACING_SMALL = 2;
 }