Fix correct offsets for the textbar in the maindisplay.

This commit is contained in:
Tobias Rundstrom 2006-03-15 19:07:53 -04:00
parent bf50790f49
commit b575931c13
4 changed files with 3 additions and 10 deletions

View file

@ -38,7 +38,6 @@ class TextScroller : public QWidget
private:
int m_w;
int m_h;
int m_y;
int m_x_off;
int m_x2_off;
int m_fontsize;