From 515bb16418564ff3990b489d37c115a5f82f3e72 Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 17 Dec 2018 09:10:11 +0000 Subject: fix various QML warnings --- components/CheckBox2.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'components/CheckBox2.qml') diff --git a/components/CheckBox2.qml b/components/CheckBox2.qml index cb367079..39494001 100644 --- a/components/CheckBox2.qml +++ b/components/CheckBox2.qml @@ -57,7 +57,6 @@ RowLayout { height: label.height width: (label.width + indicatorRect.width + checkBox.textMargin) color: "transparent" - anchors.left: parent.left Text { id: label -- cgit v1.2.3