Skip to content

Commit 8b3beb1

Browse files
committed
remove fixed width
1 parent b8a5ba5 commit 8b3beb1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

toonz/sources/stopmotion/stopmotioncontroller.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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);

toonz/sources/toonz/tpanels.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)