Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r5f4b3aacfede4aa545a44c7f3b33ca649b81aac7 -r8e9ab09c145174b7912fc13f0ea906572a45ad9c --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 5f4b3aacfede4aa545a44c7f3b33ca649b81aac7) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 8e9ab09c145174b7912fc13f0ea906572a45ad9c) @@ -64,7 +64,7 @@ readonly property int touchRectWidth : 512 //K:D //425 readonly property int touchRectHeight : 85 //K:D //70 - readonly property int touchRectRadius : 15 + readonly property int touchRectRadius : 10 readonly property int titleBottomPadding : 25 @@ -215,7 +215,7 @@ readonly property int adjustmentDialogHeight : applicationHeight * 0.7 readonly property int adjustmentHeaderHeight : 120 readonly property int adjustmentButtonMargin : 30 - readonly property int adjustmentButtonHeight : 60 + readonly property int adjustmentButtonHeight : 55 readonly property int adjustmentButtonWidth : 200 // ---------- < PRS > Related Section ----------