We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e74126 commit ca038fbCopy full SHA for ca038fb
src/Interface/Application/ModuleWidget.cc
@@ -1077,7 +1077,7 @@ void ModuleWidget::makeOptionsDialog()
1077
dockable_->setFloating(true);
1078
}
1079
1080
- if (highResolutionExpandFactor_ > 1)
+ if (highResolutionExpandFactor_ > 1 && !isViewScene_)
1081
{
1082
//qDebug() << "expand factor for dialogs:" << highResolutionExpandFactor_;
1083
//qDebug() << dialog_->size();
0 commit comments