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 97722ba commit 67fc292Copy full SHA for 67fc292
src/Interface/Application/ModuleWidget.cc
@@ -1080,7 +1080,7 @@ void ModuleWidget::makeOptionsDialog()
1080
qDebug() << "expand factor for dialogs:" << expand;
1081
qDebug() << dialog_->size();
1082
dialog_->setFixedHeight(dialog_->size().height() * expand);
1083
- dialog_->setFixedWidth(dialog_->size().width() * ((expand - 1) * 0.5) + 1);
+ dialog_->setFixedWidth(dialog_->size().width() * (((expand - 1) * 0.5) + 1));
1084
1085
}
1086
0 commit comments