diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-01-11 13:53:39 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-01-11 13:53:39 +0100 |
commit | a9347ad53529f4cf89367746c86de5282104c8fc (patch) | |
tree | 5723bf8a6c5c819f2cc1bae73c3e45c45409f54f | |
parent | d8becef1a1e36c8527f4e9bd1dcda9149158ce51 (diff) | |
download | kube-a9347ad53529f4cf89367746c86de5282104c8fc.tar.gz kube-a9347ad53529f4cf89367746c86de5282104c8fc.zip |
hide border when positive button is enabled
-rw-r--r-- | framework/qml/PositiveButton.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml index db876038..9e3c5d72 100644 --- a/framework/qml/PositiveButton.qml +++ b/framework/qml/PositiveButton.qml | |||
@@ -30,5 +30,6 @@ AbstractButton { | |||
30 | color: "transparent" | 30 | color: "transparent" |
31 | border.width: 1 | 31 | border.width: 1 |
32 | border.color: Colors.buttonColor | 32 | border.color: Colors.buttonColor |
33 | visible: !enabled | ||
33 | } | 34 | } |
34 | } | 35 | } |