┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2020-08-24 12:35:08 -0600
committerNate Graham <[email protected]>2020-08-24 12:35:08 -0600
commita47d8c0e9730e744bae373fa791873645b46dc11 (patch)
treed050e325bb41610b45ad92e708e05a8399c132ff /src/global.h
parent438620f2b77f4da62c682729bc6e1c0ce8bfc2c6 (diff)
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.
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h2
1 files changed, 1 insertions, 1 deletions
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;
}