Make difference on ShadedDisplay and MainDisplay in settings

This commit is contained in:
Tobias Rundstrom 2006-03-05 15:31:31 -03:00
parent 0498d4d44a
commit 152e1b2be8
6 changed files with 161 additions and 53 deletions

View file

@ -17,7 +17,7 @@ MainDisplay::MainDisplay (QWidget *parent) : SkinDisplay(parent)
SetupPushButtons ();
SetupToggleButtons ();
m_text = new TextScroller (this, 154, 15);
m_text = new TextScroller (this, 154, 15, "main");
m_text->move (109, 23);
m_number = new NumberDisplay (this, 33, 11);