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.
This commit is contained in:
Vincent van Ravesteijn 2013-04-25 22:35:56 +02:00
parent 1ede4a51d3
commit 262f58ddc3

View File

@ -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>