summaryrefslogtreecommitdiffstats
path: root/framework/qml/Messages.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-10 16:26:46 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-11 10:32:38 +0200
commit03fd92efdb0407b34beee13a0d2f4888b4397916 (patch)
treed24f57edc3489b531984c8f07e8ba2f4680a5e67 /framework/qml/Messages.qml
parent24cd706a39ac50c77dd9b88f50b8197bb2013173 (diff)
downloadkube-03fd92efdb0407b34beee13a0d2f4888b4397916.tar.gz
kube-03fd92efdb0407b34beee13a0d2f4888b4397916.zip
A new composer based on Kube.View
Kube.View is a sort of split-view that always only shows a fixed number of splits (and doesn't support manual resizing).
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r--framework/qml/Messages.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml
index 19d0c402..aa43de76 100644
--- a/framework/qml/Messages.qml
+++ b/framework/qml/Messages.qml
@@ -41,5 +41,7 @@ Item {
41 property string reply: "reply" 41 property string reply: "reply"
42 property string edit: "edit" 42 property string edit: "edit"
43 property string compose: "compose" 43 property string compose: "compose"
44
45 property string componentDone: "done"
44} 46}
45 47