From 0211a32e1f6832629c250434f86d25003da2a9be Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 19 Dec 2015 00:56:53 +0100 Subject: Fixing 'progress' color of built-in widget styles --- src/gwin/gwin_widget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gwin/gwin_widget.c b/src/gwin/gwin_widget.c index b5095521..38c98903 100644 --- a/src/gwin/gwin_widget.c +++ b/src/gwin/gwin_widget.c @@ -36,7 +36,7 @@ const GWidgetStyle WhiteWidgetStyle = { HTML2COLOR(0x000000), // text HTML2COLOR(0x404040), // edge HTML2COLOR(0xE0E0E0), // fill - HTML2COLOR(0xE0E0E0) // progress - inactive area + HTML2COLOR(0x00E000) // progress - active area }, // disabled color set @@ -66,7 +66,7 @@ const GWidgetStyle BlackWidgetStyle = { HTML2COLOR(0xC0C0C0), // text HTML2COLOR(0xC0C0C0), // edge HTML2COLOR(0x606060), // fill - HTML2COLOR(0x404040) // progress - inactive area + HTML2COLOR(0x008000) // progress - active area }, // disabled color set -- cgit v1.2.3