diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-28 15:46:27 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-28 15:46:27 +0800 |
commit | ee5558709d02c1b4c9c6bb3e0ed35ec6f61b623a (patch) | |
tree | 7f7d7cc7935a234ab02ebc17f316bd1e4245315e /pages/EmailForm.ui.qml | |
parent | 222e2cdd3a64fcdee3b0178e60f097429fe7a242 (diff) | |
parent | 12544478bc497041aa29efa599ff6583966ae2b6 (diff) |
Merge remote-tracking branch 'github/development' into development
Diffstat (limited to 'pages/EmailForm.ui.qml')
-rw-r--r-- | pages/EmailForm.ui.qml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml index d9b3b95..f4ab07e 100644 --- a/pages/EmailForm.ui.qml +++ b/pages/EmailForm.ui.qml @@ -4,8 +4,6 @@ import QtQuick.Controls 2.12 Rectangle { id: rectangle - width: 363 - height: 628 color: "#fff" border.width: 0 @@ -34,6 +32,9 @@ Rectangle { icon.color: "transparent" background: Rectangle { + opacity: enabled ? 1.0 : 0.3 + color: backButton.down ? "#ddd" : "#fff" + radius: 6 } } } @@ -111,3 +112,8 @@ Rectangle { } } } + +/*##^## Designer { + D{i:0;autoSize:true;height:480;width:640} +} + ##^##*/ |