summaryrefslogtreecommitdiff
path: root/displaymenu.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-02-12 15:29:24 +0100
committerlouis <louis.braun@gmx.de>2013-02-12 15:29:24 +0100
commitf04a7865cdab7a6a8d0aa5ec2f062e16bcd27e8e (patch)
treed6fb5eedbdabfe221db1661c00614bc4d96e8988 /displaymenu.h
parentc73044f730ab27d5b4134aef370364888a9f1d1e (diff)
downloadskin-nopacity-f04a7865cdab7a6a8d0aa5ec2f062e16bcd27e8e.tar.gz
skin-nopacity-f04a7865cdab7a6a8d0aa5ec2f062e16bcd27e8e.tar.bz2
Introduced narrow display of timers menu (Usage of narrow timer menu and width also configurable)
Diffstat (limited to 'displaymenu.h')
-rw-r--r--displaymenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.h b/displaymenu.h
index 6dc74f5..8752cfa 100644
--- a/displaymenu.h
+++ b/displaymenu.h
@@ -19,7 +19,7 @@ private:
int currentNumItems;
cList<cNopacityTimer> timers;
cList<cNopacityMenuItem> menuItems;
- int handleBackgrounds[10];
+ int handleBackgrounds[12];
int handleButtons[4];
int positionButtons[4];
cRect videoWindowRect;