diff options
author | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-08-23 14:40:21 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-08-23 14:40:21 +0200 |
commit | aaeacb41484e988ebab26f4b326ac5ad954de01b (patch) | |
tree | b216d8b7a48e5614504a0b8714a74e54c430cdc0 /baserender.h | |
parent | 46221348c313772ffd671027e2239a5a302af881 (diff) | |
download | skin-flat-aaeacb41484e988ebab26f4b326ac5ad954de01b.tar.gz skin-flat-aaeacb41484e988ebab26f4b326ac5ad954de01b.tar.bz2 |
remove menu SetItemChannel
Diffstat (limited to 'baserender.h')
-rw-r--r-- | baserender.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/baserender.h b/baserender.h index c0648ff..4f0e3f7 100644 --- a/baserender.h +++ b/baserender.h @@ -33,7 +33,7 @@ class cFlatBaseRender tColor progressBarColorFg, progressBarColorBarFg, progressBarColorBarCurFg, progressBarColorBg; tColor progressBarColorMark, progressBarColorMarkCurrent; - // Buttons rot, grün, gelb, blau + // Buttons rot, grün, gelb, blau cPixmap *buttonsPixmap; int buttonsWidth, buttonsHeight; @@ -44,7 +44,7 @@ class cFlatBaseRender // Mehrzeiliger Content mit Scrollbalken cPixmap *contentPixmap; int contentLeft, contentTop, contentHeight, contentWidth; - int contentDrawPortHeight; // gesamthöhe des Textes + int contentDrawPortHeight; // gesamthöhe des Textes bool contentHasScrollbar; bool contentShown; tColor contentColorFg, contentColorBg; |