From c004b4d9d6717798aaa25b7b4f7640eafeed8485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 21 Feb 2023 15:34:43 +0800 Subject: Disabled save button colour --- InstructorEditProfile.ui.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml index 1729a34..1117070 100644 --- a/InstructorEditProfile.ui.qml +++ b/InstructorEditProfile.ui.qml @@ -466,9 +466,10 @@ Flickable { } background: Rectangle { radius: 5.2 - color: saveButton.down ? "#0555a1" : "#066ac9" + color: saveButton.down ? "#0555a1" : saveButton.enabled ? "#066ac9" : "#a6066ac9" border { - color: saveButton.down ? "#055097" : "#066ac9" + color: saveButton.down ? "#055097" : saveButton.enabled ? "#066ac9" : "#a6066ac9" + width: 1 } } -- cgit v1.2.3