mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* 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:
parent
0681cb4e60
commit
9d2f8a4c34
@ -114,6 +114,8 @@ GuiCitation::GuiCitation(GuiView & lv)
|
|||||||
connect(selectionManager, SIGNAL(okHook()),
|
connect(selectionManager, SIGNAL(okHook()),
|
||||||
this, SLOT(on_okPB_clicked()));
|
this, SLOT(on_okPB_clicked()));
|
||||||
|
|
||||||
|
setFocusProxy(availableLV);
|
||||||
|
|
||||||
// FIXME: the sizeHint() for this is _way_ too high
|
// FIXME: the sizeHint() for this is _way_ too high
|
||||||
infoML->setFixedHeight(60);
|
infoML->setFixedHeight(60);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user