diff options
author | louis <louis.braun@gmx.de> | 2013-02-09 13:27:40 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-09 13:27:40 +0100 |
commit | 60efaee664776a5103d91105e78a6ac3aeeee748 (patch) | |
tree | 8fd78f1e1728acb7d0bc3408683475aa643861f2 /menuitem.c | |
parent | 6b08851e7ceaffecee80cd58b693a961d90bae5d (diff) | |
download | skin-nopacity-60efaee664776a5103d91105e78a6ac3aeeee748.tar.gz skin-nopacity-60efaee664776a5103d91105e78a6ac3aeeee748.tar.bz2 |
Width of narrow menus (main, schedule, channel, recordings, settings) individually configurable
Diffstat (limited to 'menuitem.c')
-rw-r--r-- | menuitem.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -567,7 +567,7 @@ void cNopacityChannelMenuItem::DrawBackground(int handleBackground) { void cNopacityChannelMenuItem::Render() { - int handleBgrd = (current)?handleBackgrounds[5]:handleBackgrounds[4]; + int handleBgrd = (current)?handleBackgrounds[7]:handleBackgrounds[6]; if (selectable) { //Channels DrawBackground(handleBgrd); @@ -807,7 +807,7 @@ void cNopacityRecordingMenuItem::DrawFolderNewSeen(void) { void cNopacityRecordingMenuItem::Render() { - int handleBgrd = (current)?handleBackgrounds[7]:handleBackgrounds[6]; + int handleBgrd = (current)?handleBackgrounds[9]:handleBackgrounds[8]; if (selectable) { pixmap->Fill(Theme.Color(clrMenuBorder)); pixmap->DrawImage(cPoint(1, 1), handleBgrd); |