mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
CtrlLib: ChDarkSkin changed/fixed arrows
This commit is contained in:
parent
001cd487c5
commit
7a56ea2931
1 changed files with 1 additions and 1 deletions
|
|
@ -832,11 +832,11 @@ void ChGraySkin()
|
|||
void ChDarkSkin()
|
||||
{
|
||||
ChReset();
|
||||
RoundStyleArrows();
|
||||
static int adj[] = { 10, 80, -5, -10 };
|
||||
SColorPaper_Write(Black());
|
||||
SColorHighlight_Write(Gray());
|
||||
SColorHighlightText_Write(White());
|
||||
RoundStyleArrows();
|
||||
ChMakeSkin(3, SWhiteGray(), SWhiteGray(), adj);
|
||||
static int g[] = { 80, 100, 70, 70, 30 };
|
||||
RoundScrollbar(g);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue