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
Tobias Hunger
qt-creator
Commits
699d8b6f
Commit
699d8b6f
authored
Mar 25, 2010
by
Thomas Hartmann
Browse files
QmlDesigner: fix color of label in File System explorer
parent
c90e8802
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designmodewidget.cpp
View file @
699d8b6f
...
...
@@ -514,7 +514,7 @@ void DesignModeWidget::setup()
QFile
file2
(
":/qmldesigner/scrollbar.css"
);
file2
.
open
(
QFile
::
ReadOnly
);
QString
labelStyle
=
QLatin1String
(
"QLabel { background-color: #
707070
; }"
);
QString
labelStyle
=
QLatin1String
(
"QLabel { background-color: #
#4f4f4f
; }"
);
QString
styleSheet
=
file
.
readAll
()
+
file2
.
readAll
()
+
labelStyle
;
navigationView
.
widget
->
setStyleSheet
(
styleSheet
);
...
...
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