diff options
author | louis <louis.braun@gmx.de> | 2013-05-04 11:30:55 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-05-04 11:30:55 +0200 |
commit | 947bc6c842c5452cd8451a5f4cace918d7dbe917 (patch) | |
tree | 09e3d6ba6edc9cf087c6d68a9854e5de846c3ec6 /displaychannel.h | |
parent | 7e596690921f5216e2fd17a8d73903a2256ca6b6 (diff) | |
download | skin-nopacity-947bc6c842c5452cd8451a5f4cace918d7dbe917.tar.gz skin-nopacity-947bc6c842c5452cd8451a5f4cace918d7dbe917.tar.bz2 |
Some improvements in displaying channel groups
Diffstat (limited to 'displaychannel.h')
-rw-r--r-- | displaychannel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/displaychannel.h b/displaychannel.h index 3fab23b..4da8564 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -62,6 +62,8 @@ private: cFont *fontEPG; cFont *fontEPGSmall; cFont *fontInfoline; + cFont *fontChannelGroup; + cFont *fontChannelGroupSmall; virtual void Action(void); void SetGeometry(void); void CreatePixmaps(void); |