File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ StopMotionController::StopMotionController(QWidget *parent) : QWidget(parent) {
183183 m_tabBar->addSimpleTab (tr (" Settings" ));
184184 m_tabBar->addSimpleTab (tr (" Options" ));
185185 m_tabBar->addSimpleTab (tr (" Light" ));
186- m_tabBar->addSimpleTab (tr (" Motion" ));
187186 m_tabBarContainer = new TabBarContainter (this );
188187 m_mainControlsPage = new QFrame (this );
189188 m_cameraSettingsPage = new QFrame (this );
Original file line number Diff line number Diff line change @@ -1403,8 +1403,6 @@ class StopMotionPanelFactory final : public TPanelFactory {
14031403 panel->setWidget (stopMotionController);
14041404 panel->setWindowTitle (QObject::tr (" Stop Motion Controller" ));
14051405 panel->setIsMaximizable (false );
1406- panel->setMinimumWidth (320 );
1407- panel->setMaximumWidth (350 );
14081406 }
14091407} stopMotionPanelFactory;
14101408
You can’t perform that action at this time.
0 commit comments