Skip to content

Commit ca038fb

Browse files
committed
VS should be resizable
1 parent 3e74126 commit ca038fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Application/ModuleWidget.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ void ModuleWidget::makeOptionsDialog()
10771077
dockable_->setFloating(true);
10781078
}
10791079

1080-
if (highResolutionExpandFactor_ > 1)
1080+
if (highResolutionExpandFactor_ > 1 && !isViewScene_)
10811081
{
10821082
//qDebug() << "expand factor for dialogs:" << highResolutionExpandFactor_;
10831083
//qDebug() << dialog_->size();

0 commit comments

Comments
 (0)