From 76da09bf31485c53365bf8423bea0b3794c8b1ed Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 1 Mar 2018 22:08:58 +0100 Subject: [PATCH] use the new value for largeSpacing in Kirigami new value is half what it was, agreed with the VDG --- src/declarativeimports/kirigamiplasmadesktopstyle/Units.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarativeimports/kirigamiplasmadesktopstyle/Units.qml b/src/declarativeimports/kirigamiplasmadesktopstyle/Units.qml index 59c3869d7..c545464ba 100644 --- a/src/declarativeimports/kirigamiplasmadesktopstyle/Units.qml +++ b/src/declarativeimports/kirigamiplasmadesktopstyle/Units.qml @@ -76,7 +76,7 @@ QtObject { * the size of the default font as rendered on the screen, so it takes user-configured font * size and DPI into account. */ - property int largeSpacing: gridUnit + property int largeSpacing: Math.floor(gridUnit/2) /** * The ratio between physical and device-independent pixels. This value does not depend on the \