Skip to content
Snippets Groups Projects
Commit f83d670e authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner fixes small glitch in CheckBox

parent d3a053c2
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ QWidget { //This is a special checkBox that does color coding for states ...@@ -76,7 +76,7 @@ QWidget { //This is a special checkBox that does color coding for states
ExtendedFunctionButton { ExtendedFunctionButton {
backendValue: checkBox.backendValue backendValue: checkBox.backendValue
y: 4 y: 3
x: localCheckBox.x + 18; x: localCheckBox.x + 18;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment