*neutrino: corner dimensions adapted

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1012 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
thilo
2011-01-08 14:33:06 +00:00
parent 5c9af512db
commit 730f4068ec

View File

@@ -525,9 +525,9 @@ extern const neutrino_locale_t timing_setting_name[TIMING_SETTING_COUNT];
#define DEFAULT_LCD_AUTODIMM 0x00 #define DEFAULT_LCD_AUTODIMM 0x00
#define DEFAULT_LCD_SHOW_VOLUME 0x01 #define DEFAULT_LCD_SHOW_VOLUME 0x01
#define CORNER_RADIUS_LARGE 9 #define CORNER_RADIUS_LARGE 11
#define CORNER_RADIUS_MID 8 #define CORNER_RADIUS_MID 7
#define CORNER_RADIUS_SMALL 7 #define CORNER_RADIUS_SMALL 5
#define CORNER_RADIUS_MIN 3 #define CORNER_RADIUS_MIN 3
#define RADIUS_LARGE (g_settings.rounded_corners ? CORNER_RADIUS_LARGE : 0) #define RADIUS_LARGE (g_settings.rounded_corners ? CORNER_RADIUS_LARGE : 0)