Skip to content

Commit 67fc292

Browse files
committed
Closes #1453
1 parent 97722ba commit 67fc292

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
@@ -1080,7 +1080,7 @@ void ModuleWidget::makeOptionsDialog()
10801080
qDebug() << "expand factor for dialogs:" << expand;
10811081
qDebug() << dialog_->size();
10821082
dialog_->setFixedHeight(dialog_->size().height() * expand);
1083-
dialog_->setFixedWidth(dialog_->size().width() * ((expand - 1) * 0.5) + 1);
1083+
dialog_->setFixedWidth(dialog_->size().width() * (((expand - 1) * 0.5) + 1));
10841084
qDebug() << dialog_->size();
10851085
}
10861086

0 commit comments

Comments
 (0)