* Custom Menu Icons

- Use paint background to draw the icons in the info bar.
- Scale down var/hdd fill level in the info bar if larger icons are used.
- No change to use the original icons.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2083 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
micha-bbg
2012-02-07 11:12:52 +00:00
parent 6bbef9a0f6
commit cce30fb301
3 changed files with 30 additions and 12 deletions

View File

@@ -118,7 +118,6 @@ class CInfoViewer
int lastsnr, lastsig, lasthdd, lastvar, lasttime;
CProgressBar *snrscale, *sigscale, *hddscale, *varscale, *timescale;
int hddwidth;
void changePB();
bool casysChange;
bool channellogoChange;
void paintBackground(int col_Numbox);
@@ -183,6 +182,7 @@ class CInfoViewer
int handleMsg(const neutrino_msg_t msg, neutrino_msg_data_t data);
void clearVirtualZapMode() {virtual_zap_mode = false;}
void changePB();
};
class CInfoViewerHandler : public CMenuTarget