Make difference on ShadedDisplay and MainDisplay in settings
This commit is contained in:
parent
0498d4d44a
commit
152e1b2be8
6 changed files with 161 additions and 53 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue