Fix tooltip spacing
This commit is contained in:
parent
dfbd1456e5
commit
f305950a80
@ -31,7 +31,7 @@ Row {
|
|||||||
property Item toolTip
|
property Item toolTip
|
||||||
|
|
||||||
property int preferredTextWidth: theme.mSize(theme.defaultFont).width * 40
|
property int preferredTextWidth: theme.mSize(theme.defaultFont).width * 40
|
||||||
property int _s: theme.largeSpacing / 2
|
property int _s: units.largeSpacing / 2
|
||||||
|
|
||||||
width: childrenRect.width + _s
|
width: childrenRect.width + _s
|
||||||
height: childrenRect.height + _s * 2
|
height: childrenRect.height + _s * 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user