Index: sources/gui/qml/components/UltrafiltrationButton.qml =================================================================== diff -u -ra9dcbee03acab972b43f696b2f3dbdf99f1eeb97 -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 --- sources/gui/qml/components/UltrafiltrationButton.qml (.../UltrafiltrationButton.qml) (revision a9dcbee03acab972b43f696b2f3dbdf99f1eeb97) +++ sources/gui/qml/components/UltrafiltrationButton.qml (.../UltrafiltrationButton.qml) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) @@ -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-2025 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 UltrafiltrationButton.qml - * \date 2020/05/15 - * \author Behrouz NematiPour + * \author (last) Behrouz NematiPour + * \date (last) 15-May-2021 + * \author (original) Behrouz NematiPour + * \date (original) 18-May-2020 * */ @@ -38,7 +39,7 @@ property string descriptionString : "" property string valueText : "" - property color textColor : "white" + property color textColor : Colors.textMain property int buttonType : UltrafiltrationButton.ButtonType.UltrafiltrationRate property bool isIncrease : true property bool selected : false