diff options
-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 | } |