Gui: [skip ci] try to avoid to truncate QuantitySpinBox at bottom margin on macOS

This commit is contained in:
wmayer
2020-11-14 13:18:45 +01:00
parent 384b085b68
commit c24516ae71

View File

@@ -313,7 +313,7 @@ QuantitySpinBox::QuantitySpinBox(QWidget *parent)
lineEdit()->setTextMargins(0, 2, 0, 2);
#else
// https://forum.freecadweb.org/viewtopic.php?f=8&t=50615
lineEdit()->setTextMargins(0, 2, 0, 4);
lineEdit()->setTextMargins(0, 2, 0, 0);
#endif
QObject::connect(iconLabel, SIGNAL(clicked()), this, SLOT(openFormulaDialog()));