Skip to content
GitLab
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
23ce44ce
Commit
23ce44ce
authored
Feb 23, 2010
by
Christiaan Janssen
Browse files
QmlDesigner.PropertyEditor: removed color type buttons and fixed label size
parent
0b1af527
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml
View file @
23ce44ce
import
Qt
4.6
import
Bauhaus
1.0
Label
{
id
:
colorLabel
styleSheet
:
"
color: #ffffff;
"
alignment
:
"
Qt::AlignLeft | Qt::AlignVCenter
"
minimumHeight
:
18
}
Q
Label
{
id
:
colorLabel
styleSheet
:
"
color: #ffffff;
"
alignment
:
"
Qt::AlignLeft | Qt::AlignVCenter
"
minimumHeight
:
18
}
share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml
View file @
23ce44ce
...
...
@@ -13,9 +13,9 @@ GroupBox {
text
:
"
Color
"
}
ColorTypeButtons
{
}
//
ColorTypeButtons {
//
//
}
ColorGroupBox
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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