SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git] / QtCollider / style / style.cpp
blobcad374f18e57275b50219e490bc48f7a4697e550
1 #include "style.hpp"
2 #include "routines.hpp"
4 using namespace QtCollider::Style;
7 void StyleImpl::polish ( QPalette & p )
9 _colors[Focus] = p.color(QPalette::Highlight);
10 _colors[Groove] = p.color(QPalette::Window).darker(120);