From: Juergen Spitzmueller Date: Mon, 24 Dec 2018 15:18:54 +0000 (+0100) Subject: Fix Text Properties dialog height X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=44683f377c733502d83ac077f0a592c3e8aa0647;p=features.git Fix Text Properties dialog height Patch by Daniel Ramöller (racoon) --- diff --git a/src/frontends/qt4/GuiCharacter.cpp b/src/frontends/qt4/GuiCharacter.cpp index ddeea8aa5f..b03ba9661a 100644 --- a/src/frontends/qt4/GuiCharacter.cpp +++ b/src/frontends/qt4/GuiCharacter.cpp @@ -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,