Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
1e29fa6d
Commit
1e29fa6d
authored
Mar 26, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: this should fix anchor buttons for mac
parent
44dc4a8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
View file @
1e29fa6d
...
...
@@ -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
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment