summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml4
1 files changed, 1 insertions, 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!")