From a47d8c0e9730e744bae373fa791873645b46dc11 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 24 Aug 2020 12:35:08 -0600 Subject: Change group spacing from 18px to 12px This is the value used in QML-based software, so now Dolphin's form layout settings dialogs look consistent. --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/global.h b/src/global.h index daf86134e..d00791d2f 100644 --- a/src/global.h +++ b/src/global.h @@ -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; } -- cgit v1.3