diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-22 21:21:13 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-22 21:21:13 -0600 |
commit | c85ff141ae65ef7cb7d593bc031f80e0a99806b8 (patch) | |
tree | 9212b4980b3b0876e9882e8221a8dc8bba364d5a | |
parent | 2207882e937672f49d961ed377f40f3f25a5700b (diff) | |
download | kube-c85ff141ae65ef7cb7d593bc031f80e0a99806b8.tar.gz kube-c85ff141ae65ef7cb7d593bc031f80e0a99806b8.zip |
Fixed indentation
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index bf6ef540..4d8b437a 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -406,7 +406,7 @@ Kube.View { | |||
406 | Kube.Button { | 406 | Kube.Button { |
407 | anchors.left: parent.left | 407 | anchors.left: parent.left |
408 | 408 | ||
409 | text: qsTr("Discard") | 409 | text: qsTr("Discard") |
410 | onClicked: Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) | 410 | onClicked: Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) |
411 | } | 411 | } |
412 | } | 412 | } |