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
3241f580
Commit
3241f580
authored
Apr 07, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: fix glitch on Mac
parent
d6400098
Changes
2
Show whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml
View file @
3241f580
...
@@ -13,7 +13,9 @@ QGroupBox {
...
@@ -13,7 +13,9 @@ QGroupBox {
id
:
leftButton
id
:
leftButton
checkable
:
true
checkable
:
true
fixedWidth
:
32
fixedWidth
:
32
width
:
fixedWidth
fixedHeight
:
32
fixedHeight
:
32
height
:
fixedHeight
styleSheetFile
:
"
alignmentleftbutton.css
"
;
styleSheetFile
:
"
alignmentleftbutton.css
"
;
checked
:
backendValues
.
horizontalAlignment
.
value
==
"
AlignLeft
"
checked
:
backendValues
.
horizontalAlignment
.
value
==
"
AlignLeft
"
...
@@ -30,7 +32,9 @@ QGroupBox {
...
@@ -30,7 +32,9 @@ QGroupBox {
x
:
32
x
:
32
checkable
:
true
checkable
:
true
fixedWidth
:
32
fixedWidth
:
32
width
:
fixedWidth
fixedHeight
:
32
fixedHeight
:
32
height
:
fixedHeight
styleSheetFile
:
"
alignmentcenterhbutton.css
"
;
styleSheetFile
:
"
alignmentcenterhbutton.css
"
;
checked
:
backendValues
.
horizontalAlignment
.
value
==
"
AlignHCenter
"
checked
:
backendValues
.
horizontalAlignment
.
value
==
"
AlignHCenter
"
...
@@ -48,7 +52,9 @@ QGroupBox {
...
@@ -48,7 +52,9 @@ QGroupBox {
x
:
64
x
:
64
checkable
:
true
checkable
:
true
fixedWidth
:
32
fixedWidth
:
32
width
:
fixedWidth
fixedHeight
:
32
fixedHeight
:
32
height
:
fixedHeight
styleSheetFile
:
"
alignmentrightbutton.css
"
;
styleSheetFile
:
"
alignmentrightbutton.css
"
;
checked
:
backendValues
.
horizontalAlignment
.
value
==
"
AlignRight
"
checked
:
backendValues
.
horizontalAlignment
.
value
==
"
AlignRight
"
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentVerticalButtons.qml
View file @
3241f580
...
@@ -14,6 +14,8 @@ QGroupBox {
...
@@ -14,6 +14,8 @@ QGroupBox {
checkable
:
true
checkable
:
true
fixedWidth
:
32
fixedWidth
:
32
fixedHeight
:
32
fixedHeight
:
32
width
:
fixedWidth
height
:
fixedHeight
styleSheetFile
:
"
alignmenttopbutton.css
"
;
styleSheetFile
:
"
alignmenttopbutton.css
"
;
checked
:
backendValues
.
verticalAlignment
.
value
==
"
AlignTop
"
checked
:
backendValues
.
verticalAlignment
.
value
==
"
AlignTop
"
...
@@ -31,6 +33,8 @@ QGroupBox {
...
@@ -31,6 +33,8 @@ QGroupBox {
checkable
:
true
checkable
:
true
fixedWidth
:
32
fixedWidth
:
32
fixedHeight
:
32
fixedHeight
:
32
width
:
fixedWidth
height
:
fixedHeight
styleSheetFile
:
"
alignmentcentervbutton.css
"
;
styleSheetFile
:
"
alignmentcentervbutton.css
"
;
checked
:
backendValues
.
verticalAlignment
.
value
==
"
AlignVCenter
"
checked
:
backendValues
.
verticalAlignment
.
value
==
"
AlignVCenter
"
...
@@ -49,6 +53,8 @@ QGroupBox {
...
@@ -49,6 +53,8 @@ QGroupBox {
checkable
:
true
checkable
:
true
fixedWidth
:
32
fixedWidth
:
32
fixedHeight
:
32
fixedHeight
:
32
width
:
fixedWidth
height
:
fixedHeight
styleSheetFile
:
"
alignmentbottombutton.css
"
;
styleSheetFile
:
"
alignmentbottombutton.css
"
;
checked
:
backendValues
.
verticalAlignment
.
value
==
"
AlignBottom
"
checked
:
backendValues
.
verticalAlignment
.
value
==
"
AlignBottom
"
...
...
Write
Preview
Supports
Markdown
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