Index: sources/gui/qml/components/ImageLogoDDarkTransparent.qml =================================================================== diff -u -r670f257c9b88d3e5506eccaad111bec914102a72 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/components/ImageLogoDDarkTransparent.qml (.../ImageLogoDDarkTransparent.qml) (revision 670f257c9b88d3e5506eccaad111bec914102a72) +++ sources/gui/qml/components/ImageLogoDDarkTransparent.qml (.../ImageLogoDDarkTransparent.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,14 +1,15 @@ /*! * - * 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 - * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. \n + * Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. + * \copyright + * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN + * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file ImageLogoDDT.qml - * \date 2020/05/17 - * \author Behrouz NematiPour + * \file ImageLogoDDarkTransparent.qml + * \author (last) Behrouz NematiPour + * \date (last) 06-May-2021 + * \author (original) Behrouz NematiPour + * \date (original) 18-May-2020 * */ @@ -28,8 +29,8 @@ Image { id: _image anchors.centerIn: parent - width : Variables.logoWidth - height: Variables.logoHeight + width : Variables.logoDiameter + height: Variables.logoDiameter source: "qrc:/images/iLogoDDT" } }