mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
Menu hints: Extra font added
- Font size set by Menu/Settings/Font settings/Menu/Menu hints
Origin commit data
------------------
Branch: ni/coolstream
Commit: ee781bd880
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Origin message was:
------------------
* Menu hints: Extra font added
- Font size set by Menu/Settings/Font settings/Menu/Menu hints
------------------
This commit was generated by Migit
This commit is contained in:
@@ -456,7 +456,7 @@ struct SNeutrinoSettings
|
||||
|
||||
|
||||
// Font sizes
|
||||
#define FONT_TYPE_COUNT 22
|
||||
#define FONT_TYPE_COUNT 23
|
||||
enum FONT_TYPES {
|
||||
FONT_TYPE_MENU = 0,
|
||||
FONT_TYPE_MENU_TITLE = 1,
|
||||
@@ -479,7 +479,8 @@ struct SNeutrinoSettings
|
||||
FONT_TYPE_INFOBAR_CHANNAME = 18,
|
||||
FONT_TYPE_INFOBAR_INFO = 19,
|
||||
FONT_TYPE_INFOBAR_SMALL = 20,
|
||||
FONT_TYPE_FILEBROWSER_ITEM = 21
|
||||
FONT_TYPE_FILEBROWSER_ITEM = 21,
|
||||
FONT_TYPE_MENU_HINT = 22
|
||||
};
|
||||
|
||||
// lcdd
|
||||
|
Reference in New Issue
Block a user