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

QmlDesigner.propertyEditor: fix glitch in line edit

parent 5d391f5c
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ QWidget {
QLineEdit {
id: lineEditWidget
styleSheet: "padding-left: 16;"
styleSheet: "padding-left: 32;"
width: lineEdit.width
height: lineEdit.height
......@@ -66,7 +66,7 @@ QWidget {
ExtendedFunctionButton {
backendValue: lineEdit.backendValue
y: 4
x: 3
x: 0
visible: lineEdit.enabled
}
}
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