Use semantically more correct units.largeSpacing

Also saves an evaluation of an expression, so should be slightly faster.

Suggested by Martin Klapetek.

REVIEW:122717
This commit is contained in:
Sebastian Kügler 2015-03-05 23:38:55 +01:00
parent a2dd646a17
commit afc3cf2f34

View File

@ -43,7 +43,7 @@ Item {
margins: units.gridUnit / 2
}
spacing: units.gridUnit / 2
spacing: units.largeSpacing
Image {
id: tooltipImage