diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-05-01 21:03:31 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-05-01 21:03:31 +0200 |
commit | 9698f0a74319fa4a843783a1aa72dfca2c3fc90f (patch) | |
tree | 2556cc1c23eb9a92efc0d54831f3ea5d2d2c1291 | |
parent | 763fd061ecd6c9bb4877b5b6f5a01ce363ef09a4 (diff) | |
download | uGFX-9698f0a74319fa4a843783a1aa72dfca2c3fc90f.tar.gz uGFX-9698f0a74319fa4a843783a1aa72dfca2c3fc90f.tar.bz2 uGFX-9698f0a74319fa4a843783a1aa72dfca2c3fc90f.zip |
Increasing corner size of tabs
-rw-r--r-- | src/gwin/radio.c | 2 |
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 |