Index: sources/gui/qml/globals/Colors.qml =================================================================== diff -u -r5194f3afffb28dac90a7ca4153b6a0ca2f239387 -r6a813369c2f302b1f525c8bae97b8b29e0311cd6 --- sources/gui/qml/globals/Colors.qml (.../Colors.qml) (revision 5194f3afffb28dac90a7ca4153b6a0ca2f239387) +++ sources/gui/qml/globals/Colors.qml (.../Colors.qml) (revision 6a813369c2f302b1f525c8bae97b8b29e0311cd6) @@ -35,7 +35,7 @@ readonly property color textTickMark : "#438FEB" readonly property color textDisableButton : "#607A91" - readonly property color borderButton : "#438FEB" + readonly property color borderButton : "#4290EC" //K:D //"#438FEB" readonly property color borderDisableButton : "#607A91" readonly property color boderSeparatorLine : "#476982" readonly property color borderDialog : "#F51A344D" 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 }