Fix Text Properties dialog height

Patch by Daniel Ramöller (racoon)
This commit is contained in:
Juergen Spitzmueller 2018-12-24 16:18:54 +01:00
parent 9ee4a914da
commit fa5703196f

View File

@ -213,6 +213,9 @@ GuiCharacter::GuiCharacter(GuiView & lv)
{
setupUi(this);
// fix height to minimum
setFixedHeight(sizeHint().height());
connect(buttonBox, SIGNAL(clicked(QAbstractButton *)),
this, SLOT(slotButtonBox(QAbstractButton *)));
connect(autoapplyCB, SIGNAL(stateChanged(int)), this,