The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 262f58ddc3da780bf5a22371d0964546650d40d9 Author: Vincent van Ravesteijn <v...@lyx.org> Date: Thu Apr 25 22:35:56 2013 +0200 Fix the size of the hAlign combobox in GuiTabular The default sizeAdjustPolicy is AdjustToContentsOnFirstShow. As the combobox is initially filled with all items, it will not change size if we later remove the 'At Decimal Separator' item. diff --git a/src/frontends/qt4/ui/TabularUi.ui b/src/frontends/qt4/ui/TabularUi.ui index 1c66527..3167671 100644 --- a/src/frontends/qt4/ui/TabularUi.ui +++ b/src/frontends/qt4/ui/TabularUi.ui @@ -381,9 +381,6 @@ <property name="toolTip" > <string>Horizontal alignment in column</string> </property> - <property name="sizeAdjustPolicy" > - <enum>QComboBox::AdjustToContents</enum> - </property> <item> <property name="text" > <string>Justified</string> ----------------------------------------------------------------------- Summary of changes: src/frontends/qt4/ui/TabularUi.ui | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) hooks/post-receive -- The LyX Source Repository