aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-12-19 00:56:53 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-12-19 00:56:53 +0100
commit0211a32e1f6832629c250434f86d25003da2a9be (patch)
treee072dd2042e48ddb6720301f40af9d501766e70d /demos
parent185c970da933c07c62e152b0c0d61847e6100769 (diff)
downloaduGFX-0211a32e1f6832629c250434f86d25003da2a9be.tar.gz
uGFX-0211a32e1f6832629c250434f86d25003da2a9be.tar.bz2
uGFX-0211a32e1f6832629c250434f86d25003da2a9be.zip
Fixing 'progress' color of built-in widget styles
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/gwin/widgets/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/main.c b/demos/modules/gwin/widgets/main.c
index 8f5a6329..8252002b 100644
--- a/demos/modules/gwin/widgets/main.c
+++ b/demos/modules/gwin/widgets/main.c
@@ -56,7 +56,7 @@ static const GWidgetStyle YellowWidgetStyle = {
HTML2COLOR(0x0000FF), // text
HTML2COLOR(0x404040), // edge
HTML2COLOR(0xE0E0E0), // fill
- HTML2COLOR(0xE0E0E0) // progress - inactive area
+ HTML2COLOR(0x00E000) // progress - active area
},
// disabled color set