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:
parent
a2dd646a17
commit
afc3cf2f34
@ -43,7 +43,7 @@ Item {
|
||||
margins: units.gridUnit / 2
|
||||
}
|
||||
|
||||
spacing: units.gridUnit / 2
|
||||
spacing: units.largeSpacing
|
||||
|
||||
Image {
|
||||
id: tooltipImage
|
||||
|
Loading…
Reference in New Issue
Block a user