!82 fix iconthemewidget show error
Merge pull request !82 from likehomedream/plymouthshow
This commit is contained in:
commit
15ae61dc23
|
@ -115,7 +115,7 @@ void MainInterface::init()
|
||||||
m_themestackedwidget->addWidget(m_plymouththemewidget);
|
m_themestackedwidget->addWidget(m_plymouththemewidget);
|
||||||
m_themestackedwidget->addWidget(m_grubthemewidget);
|
m_themestackedwidget->addWidget(m_grubthemewidget);
|
||||||
|
|
||||||
m_themestackedwidget->setCurrentIndex(0);
|
m_themestackedwidget->setCurrentIndex(1);
|
||||||
|
|
||||||
m_layout = new QHBoxLayout();
|
m_layout = new QHBoxLayout();
|
||||||
m_layout->addWidget(m_navigationwidget);
|
m_layout->addWidget(m_navigationwidget);
|
||||||
|
|
Loading…
Reference in New Issue