mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib: Standard skin sb thumb color now lighter
git-svn-id: svn://ultimatepp.org/upp/trunk@14132 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a5591593cd
commit
58886fdabb
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ void ChStdSkin()
|
|||
for(int status = CTRL_NORMAL; status <= CTRL_DISABLED; status++) {
|
||||
s.hupper[status] = s.hlower[status] = ChHot(RotateClockwise(vtrough));
|
||||
s.vupper[status] = s.vlower[status] = ChHot(vtrough); // we have problems getting this right for vertical
|
||||
static int adj[] = { 20, 40, 10, -10 };
|
||||
static int adj[] = { 70, 80, 60, -10 };
|
||||
s.hthumb[status] = s.vthumb[status] = AdjustColor(border, adj[status]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue