Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r781e62c996e81897517fbdb1bc79fe3bbcf165c1 -r2f7a4176a08ba884281b370d452f19c25501a4b4 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 781e62c996e81897517fbdb1bc79fe3bbcf165c1) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 2f7a4176a08ba884281b370d452f19c25501a4b4) @@ -1,6 +1,6 @@ /*! * - * Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. + * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright \n * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n * IN PART OR IN WHOLE, \n @@ -31,6 +31,9 @@ readonly property int logoWidth : 50 readonly property int logoHeight : 50 + readonly property int arrowWidth : 12 + readonly property int arrowHeight : 16 + readonly property int borderWidth : 2 readonly property int touchRectWidth : 512 //K:D //425