summaryrefslogtreecommitdiffstats
path: root/framework/qml/Messages.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-08 11:46:36 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-08 11:46:36 +0200
commit10394dc130f8117b54e0590f41aadff3ee1f9332 (patch)
tree53881dc3f2daa6e782e0af71786f0445d453625c /framework/qml/Messages.qml
parent7008aee88ef522af0277ca37667583e61d8fa445 (diff)
downloadkube-10394dc130f8117b54e0590f41aadff3ee1f9332.tar.gz
kube-10394dc130f8117b54e0590f41aadff3ee1f9332.zip
Support reentering the password from the settings
Additionally this fixes the loader sizing to use the implicit size. This means all settings pages need to set an implicit height.
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r--framework/qml/Messages.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml
index 8d10bc3b..7e415c34 100644
--- a/framework/qml/Messages.qml
+++ b/framework/qml/Messages.qml
@@ -34,8 +34,8 @@ Item {
34 property string toggleImportant: "toggleImportant" 34 property string toggleImportant: "toggleImportant"
35 property string moveToFolder: "moveToFolder" 35 property string moveToFolder: "moveToFolder"
36 property string moveToDrafts: "moveToDrafts" 36 property string moveToDrafts: "moveToDrafts"
37 property string credentials: "credentials"
38 property string unlockKeyring: "unlockKeyring" 37 property string unlockKeyring: "unlockKeyring"
38 property string requestLogin: "requestLogin"
39 39
40 property string notification: "notification" 40 property string notification: "notification"
41 property string progressNotification: "progressNotification" 41 property string progressNotification: "progressNotification"