aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-06 17:20:22 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-06 17:20:22 +0200
commitf7fa0dd78f3b807578d99cc0eefe40996b1f9037 (patch)
tree56a12a955752212e59ee4e4258bd2cb9806e9c31 /src/gwin
parentcb99e4ab091fafbee0389a30b6fbe8ee0ffc778e (diff)
parentc2e93ebcfbb781b4295e4cb82b858500765c6ea6 (diff)
downloaduGFX-f7fa0dd78f3b807578d99cc0eefe40996b1f9037.tar.gz
uGFX-f7fa0dd78f3b807578d99cc0eefe40996b1f9037.tar.bz2
uGFX-f7fa0dd78f3b807578d99cc0eefe40996b1f9037.zip
Merge branch 'master' into gwin
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/radio.c b/src/gwin/radio.c
index 8dc3ba6b..0ae5546a 100644
--- a/src/gwin/radio.c
+++ b/src/gwin/radio.c
@@ -21,7 +21,7 @@
#include "src/gwin/class_gwin.h"
-#define GRADIO_TAB_CNR 3 // Diagonal corner on active tab
+#define GRADIO_TAB_CNR 8 // Diagonal corner on active tab
#define GRADIO_TOP_FADE 50 // (GRADIO_TOP_FADE/255)% fade to white for top of tab/button
#define GRADIO_BOTTOM_FADE 25 // (GRADIO_BOTTOM_FADE/255)% fade to black for bottom of tab/button
#define GRADIO_OUTLINE_FADE 128 // (GRADIO_OUTLINE_FADE/255)% fade to background for active tab edge