summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/EmailForm.ui.qml10
-rw-r--r--pages/PasswordForm.ui.qml7
2 files changed, 13 insertions, 4 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}
+}
+ ##^##*/
diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml
index 5a5875e..918c5ca 100644
--- a/pages/PasswordForm.ui.qml
+++ b/pages/PasswordForm.ui.qml
@@ -4,8 +4,6 @@ import QtQuick.Controls 2.12
Rectangle {
id: rectangle
- width: 363
- height: 628
color: "#fff"
border.width: 0
@@ -114,3 +112,8 @@ Rectangle {
}
}
}
+
+/*##^## Designer {
+ D{i:0;autoSize:true;height:480;width:640}
+}
+ ##^##*/