aboutsummaryrefslogtreecommitdiff
path: root/components/CheckBox2.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-18 09:52:02 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-18 09:52:02 -0600
commit4c3f84a69501764015a00a3dd5497f11325354b6 (patch)
treef3cda2dfe00d685259518a403eb16992df96bf36 /components/CheckBox2.qml
parent9b3a0d5b13bcc3e9c1b388c5a16b1805892dbce9 (diff)
parent515bb16418564ff3990b489d37c115a5f82f3e72 (diff)
downloadmonzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.tar.gz
monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.tar.xz
monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.zip
Merge pull request #1835
515bb16 fix various QML warnings (xiphon)
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