diff options
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; |