Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
ae97fbc2
Commit
ae97fbc2
authored
Mar 21, 2013
by
Sebastian Eichelbaum
Browse files
[CHANGE] colored active checkbox with same background as name label
parent
d7893f73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/qt4gui/controlPanel/WQtColormapper.cpp
src/qt4gui/controlPanel/WQtColormapper.cpp
+1
-1
No files found.
src/qt4gui/controlPanel/WQtColormapper.cpp
View file @
ae97fbc2
...
...
@@ -205,7 +205,7 @@ WQtColormapper::WQtTextureListItem::WQtTextureListItem( const osg::ref_ptr< WGET
QColor
propertyCol
=
defaultCol
;
propActionBtn
->
setStyleSheet
(
"background-color:"
+
propertyCol
.
name
()
+
";"
);
//
active->setStyleSheet( "background-color:" +
property
Col.name() + ";" );
active
->
setStyleSheet
(
"background-color:"
+
label
Col
.
name
()
+
";"
);
alpha
->
setStyleSheet
(
"#ControlPanelPropertyWidget{ background-color:"
+
propertyCol
.
name
()
+
";}"
);
l
->
setStyleSheet
(
"background-color:"
+
labelCol
.
name
()
+
";"
);
labelContainer
->
setStyleSheet
(
"background-color:"
+
labelCol
.
name
()
+
";"
);
...
...
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