Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r7220e36b52cac1f682e49469de80426e0f0c571e -r322c96960f4828abdd6cf9914d2a0797c2887e12 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 7220e36b52cac1f682e49469de80426e0f0c571e) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 322c96960f4828abdd6cf9914d2a0797c2887e12) @@ -25,8 +25,8 @@ QtObject { readonly property int keybardAnimationDuration : 200 - readonly property int applicationWidth : 1280 - readonly property int applicationHeight : 800 + readonly property int applicationWidth : 1920 //// ----- @LEAHIZED + readonly property int applicationHeight : 1080 //// ----- @LEAHIZED readonly property int buttonSpacing : 150 readonly property int dialogIconHeight : 50 readonly property int dialogIconWidth : 50 @@ -35,7 +35,7 @@ readonly property int headerButtonsMargin : 35 readonly property int confirmButtonWidth : 155 - readonly property int mainMenuHeight : 70 + readonly property int mainMenuHeight : 100 //// ----- @LEAHIZED readonly property int minVGap : 15 readonly property int minVGap2 : 30 @@ -57,11 +57,11 @@ readonly property int touchRectWidth : 512 //K:D //425 readonly property int touchRectHeight : 85 //K:D //70 - readonly property int touchRectRadius : 45 + readonly property int touchRectRadius : 15 readonly property int titleBottomPadding : 25 - readonly property int columnSpacing : 25 //K:D //20 + readonly property int columnSpacing : 60 //// ----- @LEAHIZED readonly property int dialogMargin : mainMenuHeight * 2 readonly property int dialogWidth : applicationWidth - dialogMargin @@ -107,7 +107,7 @@ readonly property int sliderCircleDiameter : 30 readonly property int pressuresProgressbarWidth : 725 - + readonly property int gridSelectionButtonHeight : 100 readonly property int gridSelectionButtonWidth : 375