diff options
| author | Nate Graham <[email protected]> | 2020-08-24 12:35:08 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2020-08-24 12:35:08 -0600 |
| commit | a47d8c0e9730e744bae373fa791873645b46dc11 (patch) | |
| tree | d050e325bb41610b45ad92e708e05a8399c132ff /src | |
| parent | 438620f2b77f4da62c682729bc6e1c0ce8bfc2c6 (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')
| -rw-r--r-- | src/global.h | 2 |
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; } |
