|
|
|
@ -64,7 +64,7 @@ Button {
@@ -64,7 +64,7 @@ Button {
|
|
|
|
|
background: Item { |
|
|
|
|
property bool down: control.pressed || (control.checkable && control.checked) |
|
|
|
|
implicitWidth: Math.round(TextSingleton.implicitHeight * 4.5) |
|
|
|
|
implicitHeight: Math.max(25, Math.round(TextSingleton.implicitHeight * 1.2)) |
|
|
|
|
implicitHeight: ScreenTools.isMobile ? ScreenTools.defaultFontPixelHeight * 3 * 0.75 : Math.max(25, Math.round(TextSingleton.implicitHeight * 1.2)) |
|
|
|
|
|
|
|
|
|
Rectangle { |
|
|
|
|
anchors.fill: parent |
|
|
|
|