diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-08 11:46:36 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-08 11:46:36 +0200 |
commit | 10394dc130f8117b54e0590f41aadff3ee1f9332 (patch) | |
tree | 53881dc3f2daa6e782e0af71786f0445d453625c /components | |
parent | 7008aee88ef522af0277ca37667583e61d8fa445 (diff) | |
download | kube-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 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 846e5ff2..2d84f1da 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -101,6 +101,11 @@ Controls2.ApplicationWindow { | |||
101 | onMessageReceived: kubeViews.openComposer(true, message.recipients) | 101 | onMessageReceived: kubeViews.openComposer(true, message.recipients) |
102 | } | 102 | } |
103 | 103 | ||
104 | Kube.Listener { | ||
105 | filter: Kube.Messages.requestLogin | ||
106 | onMessageReceived: kubeViews.setLoginView() | ||
107 | } | ||
108 | |||
104 | //BEGIN Shortcuts | 109 | //BEGIN Shortcuts |
105 | Shortcut { | 110 | Shortcut { |
106 | sequence: StandardKey.Quit | 111 | sequence: StandardKey.Quit |