use the new value for largeSpacing in Kirigami
new value is half what it was, agreed with the VDG
This commit is contained in:
parent
a8c347f255
commit
76da09bf31
@ -76,7 +76,7 @@ QtObject {
|
|||||||
* the size of the default font as rendered on the screen, so it takes user-configured font
|
* the size of the default font as rendered on the screen, so it takes user-configured font
|
||||||
* size and DPI into account.
|
* 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 \
|
* The ratio between physical and device-independent pixels. This value does not depend on the \
|
||||||
|
Loading…
Reference in New Issue
Block a user