From 251baf98a01bdc04074a584a874f076f325600c6 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: Fri, 9 Jul 2021 14:54:38 +0800 Subject: Remove no longer necessary custom color settings --- main.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.qml b/main.qml index 3d40e75..17b10e6 100644 --- a/main.qml +++ b/main.qml @@ -31,10 +31,8 @@ ApplicationWindow { } emailTextField { placeholderText: "Coba: Hardware, Ladders, Measuring Tools, Safety Equipment, Hand Tools, Painting Supplies, atau Tool Storage" - placeholderTextColor: "#888888" - color: "#000000" onTextChanged: if (!emailTextField.text || !loginButton.enabled) - loginButton.enabled = !loginButton.enabled + loginButton.enabled = !loginButton.enabled } loginButton { text: qsTr("Mulai berjualan!") -- cgit v1.2.3