Index: sources/gui/qml/components/ExportButton.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/components/ExportButton.qml (.../ExportButton.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/components/ExportButton.qml (.../ExportButton.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -26,8 +26,8 @@ property bool disabled : false - width : isSmall ? 155 : Variables.touchRectWidth - height : isSmall ? 50 : Variables.touchRectHeight + width : isSmall ? Variables.touchRectWidthSmall : Variables.touchRectWidth + height : isSmall ? Variables.touchRectHeightSmall : Variables.touchRectHeight anchors.margins: 35 text {