Index: sources/gui/qml/components/TimeText.qml =================================================================== diff -u -rf0cbe4cfc8a5e6e7aa58a8eeaab2d838cf2ff957 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/components/TimeText.qml (.../TimeText.qml) (revision f0cbe4cfc8a5e6e7aa58a8eeaab2d838cf2ff957) +++ sources/gui/qml/components/TimeText.qml (.../TimeText.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * 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 TimeText.qml - * \author (last) Behrouz NematiPour - * \date (last) 01-May-2020 - * \author (original) Behrouz NematiPour - * \date (original) 04-Feb-2020 + * \file TimeText.qml + * \author (last) Behrouz NematiPour + * \date (last) 30-Aug-2022 + * \author (original) Behrouz NematiPour + * \date (original) 04-Feb-2020 * */ @@ -41,7 +41,7 @@ readonly property string time : _private.time color : Colors.transparent - width : _hourText.contentWidth + _timeSeparator.contentWidth + _minuteText.contentWidth + width : _hourText.contentWidth + _timeSeparator.contentWidth + _minuteText.contentWidth + _timeSeparator.contentWidth height: _timeSeparator.height QtObject { id: _private