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
19c62328
Commit
19c62328
authored
Jan 08, 2010
by
Thomas Hartmann
Browse files
Qml Designer: fix sizes in AnchorBox.qml
parent
12f6c8f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorBox.qml
View file @
19c62328
...
...
@@ -64,8 +64,8 @@ QWidget {
text
:
"
top
"
;
font.bold
:
true
;
//styleSheet: "border-radius:5px; background-color: #ffda82";
height
:
7
2
;
fixedHeight
:
height
;
width
:
100
;
fixedWidth
:
width
;
height
:
2
7
;
fixedHeight
:
27
;
width
:
100
;
fixedWidth
:
100
;
x
:
49
;
y
:
30
;
id
:
QPushButton6
;
...
...
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