Fix height of paragraph dialog

Patch by Daniel Ramöller (racoon)
This commit is contained in:
Juergen Spitzmueller 2018-12-24 16:48:22 +01:00
parent fa5703196f
commit 5258cee93e

View File

@ -50,6 +50,9 @@ GuiParagraph::GuiParagraph(GuiView & lv)
{
setupUi(this);
// fix height to minimum
setFixedHeight(sizeHint().height());
connect(alignDefaultRB, SIGNAL(clicked()), this, SLOT(changed()));
connect(alignJustRB, SIGNAL(clicked()), this, SLOT(changed()));
connect(alignLeftRB, SIGNAL(clicked()), this, SLOT(changed()));