From 4c38cb8d10c2925387fdedf816fe7493652ee69a Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 27 Jul 2017 14:54:27 +0200 Subject: less whitespace --- framework/qml/CheckBox.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/framework/qml/CheckBox.qml b/framework/qml/CheckBox.qml index acd16783..ca76c06d 100644 --- a/framework/qml/CheckBox.qml +++ b/framework/qml/CheckBox.qml @@ -31,18 +31,15 @@ T.CheckBox { height: Kube.Units.gridUnit color: Kube.Colors.viewBackgroundColor - border.width: 1 border.color: Kube.Colors.buttonColor Kube.Icon { anchors.centerIn: parent - - visible: root.checked - height: Kube.Units.gridUnit width: Kube.Units.gridUnit + visible: root.checked iconName: Kube.Icons.checkbox } } -- cgit v1.2.3