Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r45c7fe06db813c13eaec0bb5f8bfc2135063ea58 -r6a813369c2f302b1f525c8bae97b8b29e0311cd6 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 45c7fe06db813c13eaec0bb5f8bfc2135063ea58) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 6a813369c2f302b1f525c8bae97b8b29e0311cd6) @@ -33,16 +33,16 @@ readonly property int borderWidth : 2 - readonly property int touchRectWidth : 425 - readonly property int touchRectHeight : 70 - readonly property int touchRectRadius : 50 + readonly property int touchRectWidth : 512 //K:D //425 + readonly property int touchRectHeight : 85 //K:D //70 + readonly property int touchRectRadius : 45 readonly property int poweroffWidth : 950 readonly property int poweroffHeight : 550 readonly property int titleBottomPadding : 25 - readonly property int columnSpacing : 20 + readonly property int columnSpacing : 25 //K:D //20 readonly property int dialogRadius : 10 }