Index: sources/gui/qml/components/TouchRect.qml =================================================================== diff -u -rddd2197b24223c540a016e3256f97082f817c088 -r7208690c23bf7a801437b86902f2e04d173d659f --- sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision ddd2197b24223c540a016e3256f97082f817c088) +++ sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 7208690c23bf7a801437b86902f2e04d173d659f) @@ -128,7 +128,7 @@ anchors.verticalCenter : parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter color: enabled ? _root.textColor : Colors.textDisableButton - font.pixelSize: Fonts.fontPixelButton + font.pixelSize: Fonts.fontPixelDefaultButton } MouseArea { id: _mouseArea