Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r9ec7a27375189ad75f0bef142cd6beb386db0955 -rd4b88173e0d4a683a315d2fc57b8e1ec356b1232 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 9ec7a27375189ad75f0bef142cd6beb386db0955) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision d4b88173e0d4a683a315d2fc57b8e1ec356b1232) @@ -24,6 +24,10 @@ 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 headerHeight : 100 readonly property int mainMenuHeight : 70