use the new value for largeSpacing in Kirigami

new value is half what it was, agreed with the VDG
This commit is contained in:
Marco Martin 2018-03-01 22:08:58 +01:00
parent a8c347f255
commit 76da09bf31

View File

@ -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 \