mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix height of paragraph dialog
Patch by Daniel Ramöller (racoon)
This commit is contained in:
parent
fa5703196f
commit
5258cee93e
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user