mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
1ede4a51d3
commit
262f58ddc3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user