Index: sources/gui/qml/components/TouchRect.qml =================================================================== diff -u -r16a8f25568b4636ebc31e76c86a8031940cc4ad7 -rcb9c48c7c307690dcafcfd16ef412fe660291692 --- sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 16a8f25568b4636ebc31e76c86a8031940cc4ad7) +++ sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision cb9c48c7c307690dcafcfd16ef412fe660291692) @@ -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