fix button icon sizing
This commit is contained in:
parent
5007558edb
commit
4bf3597b2d
@ -219,6 +219,8 @@ Item {
|
||||
left: label.paintedWidth > 0 ? parent.left : undefined
|
||||
horizontalCenter: label.paintedWidth > 0 ? undefined : parent.horizontalCenter
|
||||
}
|
||||
height: roundToStandardSize(parent.height)
|
||||
width: height
|
||||
}
|
||||
|
||||
Text {
|
||||
|
@ -182,6 +182,8 @@ Item {
|
||||
left: label.text ? parent.left : undefined
|
||||
horizontalCenter: label.text ? undefined : parent.horizontalCenter
|
||||
}
|
||||
height: roundToStandardSize(parent.height)
|
||||
width: height
|
||||
}
|
||||
|
||||
Text {
|
||||
|
Loading…
Reference in New Issue
Block a user