Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r9327fae7b109203ca698d361b113a81d139a0cf9 -r65558208e4968de9a5470ff5fda1ee2a9d00c793 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 9327fae7b109203ca698d361b113a81d139a0cf9) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 65558208e4968de9a5470ff5fda1ee2a9d00c793) @@ -23,6 +23,8 @@ * which is going to be used in the project. */ QtObject { + readonly property int keybardAnimationDuration : 200 + readonly property int applicationWidth : 1280 readonly property int applicationHeight : 800 readonly property int buttonSpacing : 150