square by default
This commit is contained in:
parent
47d1bc946a
commit
efc1385ae3
@ -51,7 +51,7 @@ T.ToolButton {
|
|||||||
background: Item {
|
background: Item {
|
||||||
visible: (!control.flat || control.hovered) && (!control.pressed || !control.checked)
|
visible: (!control.flat || control.hovered) && (!control.pressed || !control.checked)
|
||||||
//retrocompatibility with old controls
|
//retrocompatibility with old controls
|
||||||
implicitWidth: units.gridUnit * 6
|
implicitWidth: units.gridUnit * 1.6
|
||||||
implicitHeight: units.gridUnit * 1.6
|
implicitHeight: units.gridUnit * 1.6
|
||||||
Private.ButtonShadow {
|
Private.ButtonShadow {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user