mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
cooli radius
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@396 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -488,9 +488,9 @@ extern const neutrino_locale_t timing_setting_name[TIMING_SETTING_COUNT];
|
||||
#define DEFAULT_LCD_AUTODIMM 0x00
|
||||
#define DEFAULT_LCD_SHOW_VOLUME 0x01
|
||||
|
||||
#define CORNER_RADIUS_LARGE 12
|
||||
#define CORNER_RADIUS_MID 9
|
||||
#define CORNER_RADIUS_SMALL 4
|
||||
#define CORNER_RADIUS_LARGE 9
|
||||
#define CORNER_RADIUS_MID 8
|
||||
#define CORNER_RADIUS_SMALL 7
|
||||
|
||||
#define RADIUS_LARGE (g_settings.rounded_corners ? CORNER_RADIUS_LARGE : 0)
|
||||
#define RADIUS_MID (g_settings.rounded_corners ? CORNER_RADIUS_MID : 0)
|
||||
|
Reference in New Issue
Block a user