diff options
author | louis <louis.braun@gmx.de> | 2013-07-20 11:48:00 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-07-20 11:48:00 +0200 |
commit | 9f351151edaf8195446b591ab9ac1d43f038c7ca (patch) | |
tree | 2846eb93487807a879bd0f290cba956a8fb647e2 /recmenuitem.h | |
parent | 98a301eff519a3fcf8f77055ebaa2c1dce9bb30f (diff) | |
download | vdr-plugin-tvguide-9f351151edaf8195446b591ab9ac1d43f038c7ca.tar.gz vdr-plugin-tvguide-9f351151edaf8195446b591ab9ac1d43f038c7ca.tar.bz2 |
left alignment of folders menu
Diffstat (limited to 'recmenuitem.h')
-rw-r--r-- | recmenuitem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recmenuitem.h b/recmenuitem.h index 7162f70..09fbbec 100644 --- a/recmenuitem.h +++ b/recmenuitem.h @@ -97,8 +97,9 @@ class cRecMenuItemButton : public cRecMenuItem { private: cString text; bool halfWidth; + bool alignLeft; public: - cRecMenuItemButton(const char *text, eRecMenuState action, bool active, bool halfWidth = false); + cRecMenuItemButton(const char *text, eRecMenuState action, bool active, bool halfWidth = false, bool alignLeft = false); virtual ~cRecMenuItemButton(void); int GetWidth(void); void SetPixmaps(void); |