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:
cxl 2020-03-06 09:34:50 +00:00
parent a5591593cd
commit 58886fdabb

View file

@ -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]);
}
}