Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rfac59d7894468db257f120e58e19324a32fcbe0f -r20a67175350b1c20f078bade73a77d48c4647832 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision fac59d7894468db257f120e58e19324a32fcbe0f) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 20a67175350b1c20f078bade73a77d48c4647832) @@ -23,12 +23,12 @@ * which is going to be used in the project. */ QtObject { - readonly property int applicationWidth : 1280 - readonly property int applicationHeight : 800 - readonly property int buttonSpacing : 150 - readonly property int dialogSVGHeight : 50 - readonly property int dialogSVGWidth : 50 - readonly property int dialogSVGIconOffset : 25 + readonly property int applicationWidth : 1280 + readonly property int applicationHeight : 800 + readonly property int buttonSpacing : 150 + readonly property int dialogIconHeight : 50 + readonly property int dialogIconWidth : 50 + readonly property int dialogIconHorizontalOffset: 25 readonly property int headerHeight : 100 readonly property int mainMenuHeight : 70 @@ -76,7 +76,7 @@ readonly property int progressbarRectWidth : 620 readonly property int sliderTextMargin : 20 - readonly property int treatmentSpacing : 60 + readonly property int treatmentSpacing : 60 readonly property int notificationHeight : 50 readonly property int notificationIconSize : 36