]> git.lyx.org Git - features.git/commitdiff
Fix Text Properties dialog height
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 24 Dec 2018 15:18:54 +0000 (16:18 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 24 Dec 2018 15:18:54 +0000 (16:18 +0100)
Patch by Daniel Ramöller (racoon)

src/frontends/qt4/GuiCharacter.cpp

index ddeea8aa5f7206c5137f50300882bfbfd7a234e8..b03ba9661a0ded2668cbcde9cf3f9646ad0716cf 100644 (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,