diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-09 14:54:38 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-09 14:54:38 +0800 |
commit | 251baf98a01bdc04074a584a874f076f325600c6 (patch) | |
tree | e777c259279a322688f8b4acb008527de9337a7c | |
parent | 4bcf7322f3e8fc9f16afd7a17e1bbf68199810ec (diff) |
Remove no longer necessary custom color settings
-rw-r--r-- | main.qml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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!") |