diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-10-04 13:45:35 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-10-04 13:45:35 +0200 |
commit | 63ec736eb6568510378372c035450242d51699da (patch) | |
tree | 2a21316a0eaba0ff22519f601d82a51c184a42c0 | |
parent | f17b484b99b8b92b52907682d171f6d5c2cf56bf (diff) | |
download | kube-63ec736eb6568510378372c035450242d51699da.tar.gz kube-63ec736eb6568510378372c035450242d51699da.zip |
use checkbox instead of switch
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index afa7bf43..a27e90e9 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -442,15 +442,14 @@ Kube.View { | |||
442 | } | 442 | } |
443 | 443 | ||
444 | RowLayout { | 444 | RowLayout { |
445 | Kube.Switch {} | 445 | Kube.CheckBox {} |
446 | Kube.Label { | 446 | Kube.Label { |
447 | text: qsTr("encrypt") | 447 | text: qsTr("encrypt") |
448 | } | 448 | } |
449 | } | 449 | } |
450 | 450 | ||
451 | RowLayout { | 451 | RowLayout { |
452 | Kube.Switch { | 452 | Kube.CheckBox {} |
453 | } | ||
454 | Kube.Label { | 453 | Kube.Label { |
455 | text: qsTr("sign") | 454 | text: qsTr("sign") |
456 | } | 455 | } |