repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git]
/
QtCollider
/
style
/
style.cpp
blob
cad374f18e57275b50219e490bc48f7a4697e550
1
#include
"style.hpp"
2
#include
"routines.hpp"
3
4
using namespace
QtCollider
::
Style
;
5
6
7
void
StyleImpl
::
polish
(
QPalette
&
p
)
8
{
9
_colors
[
Focus
] =
p
.
color
(
QPalette
::
Highlight
);
10
_colors
[
Groove
] =
p
.
color
(
QPalette
::
Window
).
darker
(
120
);
11
}