diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-02 15:29:12 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-02 15:29:12 +0200 |
commit | d2b8c06df6d860a529bb37f5e6f4516d31f86fc2 (patch) | |
tree | 2e65f0b409367313f06b136f3138bb78c1c58068 /framework/qml/Messages.qml | |
parent | d3addd8b9988d4e313b40b09588025097049944a (diff) | |
download | kube-d2b8c06df6d860a529bb37f5e6f4516d31f86fc2.tar.gz kube-d2b8c06df6d860a529bb37f5e6f4516d31f86fc2.zip |
prepared composer in stacklayout, brought back statusbar
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r-- | framework/qml/Messages.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 26a3ea3e..a6ca6fe0 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -39,5 +39,6 @@ Item { | |||
39 | property string synchronize: "synchronize" | 39 | property string synchronize: "synchronize" |
40 | property string reply: "reply" | 40 | property string reply: "reply" |
41 | property string edit: "edit" | 41 | property string edit: "edit" |
42 | property string compose: "compose" | ||
42 | } | 43 | } |
43 | 44 | ||