Core: Remove redundant spacers from Expression editor

This commit is contained in:
B0cho
2025-08-06 17:05:18 +02:00
parent 05517d2ff4
commit 26ea2a9bb2
2 changed files with 0 additions and 14 deletions

View File

@@ -119,7 +119,6 @@ DlgExpressionInput::DlgExpressionInput(const App::ObjectIdentifier & _path,
ui->msg->setWordWrap(true);
ui->msg->setMaximumHeight(200);
ui->msg->setMinimumWidth(280);
ui->horizontalSpacer_3->changeSize(0, 2);
ui->verticalLayout->setContentsMargins(9, 9, 9, 9);
this->adjustSize();
// It is strange that (at least on Linux) DlgExpressionInput will shrink