Minor improvements to the citation GUI: some dimensions and tab ordering.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40350 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2011-12-03 22:24:51 +00:00
parent 7aee04217d
commit 0c4e88b8a0
2 changed files with 8 additions and 5 deletions

View File

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

View File

@ -234,6 +234,12 @@
<property name="readOnly">
<bool>true</bool>
</property>
<property name="maximumSize" >
<size>
<height>60</height>
<width>16777215</width>
</size>
</property>
</widget>
</item>
<item row="8" column="0" colspan="3">
@ -512,11 +518,12 @@
</widget>
<tabstops>
<tabstop>availableLV</tabstop>
<tabstop>selectedLV</tabstop>
<tabstop>addPB</tabstop>
<tabstop>deletePB</tabstop>
<tabstop>upPB</tabstop>
<tabstop>downPB</tabstop>
<tabstop>selectedLV</tabstop>
<tabstop>infoML</tabstop>
<tabstop>findLE</tabstop>
<tabstop>searchPB</tabstop>
<tabstop>fieldsCO</tabstop>
@ -533,7 +540,6 @@
<tabstop>okPB</tabstop>
<tabstop>applyPB</tabstop>
<tabstop>cancelPB</tabstop>
<tabstop>infoML</tabstop>
</tabstops>
<includes>
<include location="local">qt_i18n.h</include>