summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <mollekopf@kolabsystems.com>2017-10-23 14:45:43 +0200
committerChristian Mollekopf <mollekopf@kolabsystems.com>2017-10-23 14:45:43 +0200
commitd51f4c7fc7ee164730f9eebd1ca3db7b1a7c7054 (patch)
treefdd18a78bca0f41a82b5d284185663976664d432 /components
parent3eee9784f01a1d5b56ca735eb7ab8ab605d91f8c (diff)
downloadkube-d51f4c7fc7ee164730f9eebd1ca3db7b1a7c7054.tar.gz
kube-d51f4c7fc7ee164730f9eebd1ca3db7b1a7c7054.zip
Hide the sign/encrypt checkboxes until they do something.
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/ComposerView.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index 9456e786..a4796932 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -443,6 +443,8 @@ Kube.View {
443 } 443 }
444 444
445 RowLayout { 445 RowLayout {
446 //FIXME: hide until it does something
447 visible: false
446 Kube.CheckBox {} 448 Kube.CheckBox {}
447 Kube.Label { 449 Kube.Label {
448 text: qsTr("encrypt") 450 text: qsTr("encrypt")
@@ -450,6 +452,8 @@ Kube.View {
450 } 452 }
451 453
452 RowLayout { 454 RowLayout {
455 //FIXME: hide until it does something
456 visible: false
453 Kube.CheckBox {} 457 Kube.CheckBox {}
454 Kube.Label { 458 Kube.Label {
455 text: qsTr("sign") 459 text: qsTr("sign")