aboutsummaryrefslogtreecommitdiff
path: root/components/CheckBox2.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2018-12-17 09:10:11 +0000
committerxiphon <xiphon@protonmail.com>2018-12-17 09:10:11 +0000
commit515bb16418564ff3990b489d37c115a5f82f3e72 (patch)
tree6ca648abb0f3ad3c91da617442fb325223f8c3ff /components/CheckBox2.qml
parent59fc48bd8be5e7227ea3d7b571e9e04829e3636d (diff)
downloadmonzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.tar.gz
monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.tar.xz
monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.zip
fix various QML warnings
Diffstat (limited to 'components/CheckBox2.qml')
-rw-r--r--components/CheckBox2.qml1
1 files changed, 0 insertions, 1 deletions
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