Gui: [skip ci] remove superfluous word

This commit is contained in:
wmayer
2020-04-30 11:35:53 +02:00
parent 81029a2b74
commit 6b2e9d0a6d

View File

@@ -259,7 +259,7 @@ QuantitySpinBox::QuantitySpinBox(QWidget *parent)
iconLabel->setStyleSheet(QString::fromLatin1("QLabel { border: none; padding: 0px; padding-top: %2px; width: %1px; height: %1px }").arg(iconHeight).arg(frameWidth/2));
iconLabel->hide();
lineEdit()->setStyleSheet(QString::fromLatin1("QLineEdit { padding-right: %1px } ").arg(iconHeight+frameWidth));
// When a style sheet is set the text margins must for top/bottom must be set to avoid to squash the widget
// When a style sheet is set the text margins for top/bottom must be set to avoid to squash the widget
lineEdit()->setTextMargins(0, 2, 0, 2);
QObject::connect(iconLabel, SIGNAL(clicked()), this, SLOT(openFormulaDialog()));