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

QmlDesigner.propertyEditor: fix ExpressionEditor.qml

parent 238ca8dc
No related merge requests found
......@@ -65,6 +65,7 @@ QWidget {
}
QPushButton {
focusPolicy: "Qt::NoFocus";
y: expressionEdit.height - 22;
x: expressionEdit.width - 61;
styleSheetFile: "applybutton.css";
......@@ -77,6 +78,7 @@ QWidget {
}
QPushButton {
focusPolicy: "Qt::NoFocus";
y: expressionEdit.height - 22;
x: expressionEdit.width - 32;
styleSheetFile: "cancelbutton.css";
......
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