chengxr 1 год назад
Родитель
Сommit
c7e165ab26
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      QFD/view/MainWindow.cpp

+ 1 - 0
QFD/view/MainWindow.cpp

@@ -90,6 +90,7 @@ void MainWindow::initialize()
     m_widgetLayout  = new QHBoxLayout();
     m_stackWidget   = new StackedWidget(this);
     m_naviInterface = new NavigationInterface(true, true, this);
+    m_naviInterface->panel->setExpandWidth(200);
 
     m_homeView = new HomeView(this);