diff options
author | louis <louis.braun@gmx.de> | 2013-02-12 15:29:24 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-12 15:29:24 +0100 |
commit | f04a7865cdab7a6a8d0aa5ec2f062e16bcd27e8e (patch) | |
tree | d6fb5eedbdabfe221db1661c00614bc4d96e8988 /displaymenu.h | |
parent | c73044f730ab27d5b4134aef370364888a9f1d1e (diff) | |
download | skin-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.h | 2 |
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; |