summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-03-26 13:25:50 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-03-26 13:26:35 +0100
commit1e29fa6d6d584884b848952265545804e4c3c48e (patch)
treea3b3a454fbcaa2b44190243b59dfe07594af3e7b
parent44dc4a8f2c87f28f59377ca6888c8135dc0777a7 (diff)
downloadqt-creator-1e29fa6d6d584884b848952265545804e4c3c48e.tar.gz
QmlDesigner.propertyEditor: this should fix anchor buttons for mac
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml17
1 files changed, 17 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
index d8dc5ad484..e19781c131 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
@@ -22,7 +22,9 @@ QWidget {
checkable: true
fixedWidth: 31
+ width: fixedWidth
fixedHeight: 28
+ height: fixedHeight
styleSheetFile: "anchortop.css";
checked: anchorBackend.topAnchored;
@@ -42,7 +44,9 @@ QWidget {
x: 31
checkable: true
fixedWidth: 30
+ width: fixedWidth
fixedHeight: 28
+ height: fixedHeight
styleSheetFile: "anchorbottom.css";
@@ -62,7 +66,9 @@ QWidget {
x: 61
checkable: true
fixedWidth: 30
+ width: fixedWidth
fixedHeight: 28
+ height: fixedHeight
styleSheetFile: "anchorleft.css";
@@ -82,7 +88,9 @@ QWidget {
x: 91
checkable: true
fixedWidth: 30
+ width: fixedWidth
fixedHeight: 28
+ height: fixedHeight
styleSheetFile: "anchorright.css";
@@ -101,7 +109,9 @@ QWidget {
x: 121
checkable: true
fixedWidth: 19
+ width: fixedWidth
fixedHeight: 28
+ height: fixedHeight
styleSheetFile: "anchorspacer.css";
@@ -112,6 +122,7 @@ QWidget {
x: 140
fixedWidth: 30
fixedHeight: 28
+ height: fixedHeight
styleSheetFile: "anchorfill.css";
@@ -122,7 +133,9 @@ QWidget {
x: 170
checkable: true
fixedWidth: 19
+ width: fixedWidth
fixedHeight: 28
+ height: fixedHeight
styleSheetFile: "anchorspacer.css";
@@ -132,7 +145,9 @@ QWidget {
x: 189
checkable: true
fixedWidth: 30
+ width: fixedWidth
fixedHeight: 28
+ height: fixedHeight
styleSheetFile: "anchorvertical.css";
@@ -152,7 +167,9 @@ QWidget {
x: 219
checkable: true
fixedWidth: 31
+ width: fixedWidth
fixedHeight: 28
+ height: fixedHeight
styleSheetFile: "anchorhorizontal.css";