diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-25 20:07:13 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-25 20:07:13 +0200 |
commit | 6a01712a5e0312b3462bb1422334488c5068ce7c (patch) | |
tree | ce9eb1a5c99efa6698f2ff32d53687532e8e91b7 | |
parent | c510985f0c51854b6310b33ec5aa59ad188f4cfc (diff) | |
download | kube-6a01712a5e0312b3462bb1422334488c5068ce7c.tar.gz kube-6a01712a5e0312b3462bb1422334488c5068ce7c.zip |
Conversationview minimum width
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 3b58a9b7..da6ca445 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -252,6 +252,7 @@ Controls2.ApplicationWindow { | |||
252 | Kube.ConversationView { | 252 | Kube.ConversationView { |
253 | id: mailView | 253 | id: mailView |
254 | Layout.fillWidth: true | 254 | Layout.fillWidth: true |
255 | Layout.minimumWidth: Kube.Units.gridUnit * 5 | ||
255 | } | 256 | } |
256 | } | 257 | } |
257 | } | 258 | } |