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