|
|
@ -11,7 +11,7 @@ RadioButton { |
|
|
|
style: RadioButtonStyle { |
|
|
|
style: RadioButtonStyle { |
|
|
|
label: Item { |
|
|
|
label: Item { |
|
|
|
implicitWidth: text.implicitWidth + 2 |
|
|
|
implicitWidth: text.implicitWidth + 2 |
|
|
|
implicitHeight: text.implicitHeight |
|
|
|
implicitHeight: ScreenTools.isMobile ? ScreenTools.defaultFontPixelHeight * 3 * 0.75 : text.implicitHeight |
|
|
|
baselineOffset: text.y + text.baselineOffset |
|
|
|
baselineOffset: text.y + text.baselineOffset |
|
|
|
Rectangle { |
|
|
|
Rectangle { |
|
|
|
anchors.fill: text |
|
|
|
anchors.fill: text |
|
|
|