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.
This commit is contained in:
Nate Graham 2020-08-24 12:35:08 -06:00
parent 438620f2b7
commit a47d8c0e97

View 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;
}