* GuiCitation.cpp:

- set initial focus (bug 5448).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27245 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-11-04 07:27:02 +00:00
parent 0681cb4e60
commit 9d2f8a4c34

View File

@ -114,6 +114,8 @@ GuiCitation::GuiCitation(GuiView & lv)
connect(selectionManager, SIGNAL(okHook()),
this, SLOT(on_okPB_clicked()));
setFocusProxy(availableLV);
// FIXME: the sizeHint() for this is _way_ too high
infoML->setFixedHeight(60);
}