diff options
author | louis <louis.braun@gmx.de> | 2013-01-04 23:36:03 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-01-04 23:38:58 +0100 |
commit | 4d292ceab169367ba1898aafeecf077f83f59365 (patch) | |
tree | 8e92ce0587863818b47bae05e8ab433395e711c3 /displaymenu.h | |
parent | a8ed71a011e404d76f80efcd69483af54ecd88e3 (diff) | |
download | skin-nopacity-4d292ceab169367ba1898aafeecf077f83f59365.tar.gz skin-nopacity-4d292ceab169367ba1898aafeecf077f83f59365.tar.bz2 |
Introduced new narrow displayed Recordings menu
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.h b/displaymenu.h index f505b46..58abd27 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -20,7 +20,7 @@ private: bool contentNarrow, contentNarrowLast; cList<cNopacityTimer> timers; cList<cNopacityMenuItem> menuItems; - int handleBackgrounds[6]; + int handleBackgrounds[8]; int handleButtons[4]; void DrawDisk(void); void DrawTimers(void); |