Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddleStroke authored Mar 5, 2025
1 parent c2cf154 commit 2390be5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Gui/ExpressionBinding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,4 @@ void ExpressionWidget::makeLabel(QLineEdit* le)
iconLabel->setStyleSheet(QStringLiteral("QLabel { border: none; padding: 0px; padding-top: %2px; width: %1px; height: %1px }").arg(iconHeight).arg(frameWidth/2));
iconLabel->hide();
iconLabel->setExpressionText(QString());
le->setStyleSheet(QStringLiteral("QLineEdit { padding-right: %1px } ").arg(iconHeight+frameWidth));
}

0 comments on commit 2390be5

Please sign in to comment.