From: Nate Graham Date: Mon, 24 Aug 2020 18:35:08 +0000 (-0600) Subject: Change group spacing from 18px to 12px X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/a47d8c0e9730e744bae373fa791873645b46dc11 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. --- 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; }