Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
685b04b4
Commit
685b04b4
authored
Mar 03, 2010
by
Christiaan Janssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QmlDesigner.PropertyEditor: Anchor buttons made semitransparent when disabled
parent
1207cf37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
...qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
+2
-2
share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
+4
-1
No files found.
share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
View file @
685b04b4
...
...
@@ -132,7 +132,7 @@ QWidget {
}
QPushButton
{
x
:
128
+
42
+
32
x
:
128
+
42
+
64
checkable
:
true
fixedWidth
:
32
fixedHeight
:
32
...
...
@@ -152,7 +152,7 @@ QWidget {
}
QPushButton
{
x
:
128
+
42
+
64
x
:
128
+
42
+
32
checkable
:
true
fixedWidth
:
32
fixedHeight
:
32
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
View file @
685b04b4
...
...
@@ -20,7 +20,10 @@ GroupBox {
leftMargin
:
10
AnchorButtons
{}
AnchorButtons
{
opacity
:
enabled
?
1.0
:
0.5
;
fixedWidth
:
266
}
}
}
...
...
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