fix iconthemewidget show error
This commit is contained in:
parent
fc09389981
commit
e6a11b31e8
|
@ -115,7 +115,7 @@ void MainInterface::init()
|
|||
m_themestackedwidget->addWidget(m_plymouththemewidget);
|
||||
m_themestackedwidget->addWidget(m_grubthemewidget);
|
||||
|
||||
m_themestackedwidget->setCurrentIndex(0);
|
||||
m_themestackedwidget->setCurrentIndex(1);
|
||||
|
||||
m_layout = new QHBoxLayout();
|
||||
m_layout->addWidget(m_navigationwidget);
|
||||
|
|
Loading…
Reference in New Issue