TabularUi.ui: fix position of spacer to make alignment entry "At Decimal Separator" readable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35733 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-10-20 22:33:32 +00:00
parent 54456f32d0
commit 8c4b64cf83

View File

@ -5,7 +5,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>358</width> <width>433</width>
<height>376</height> <height>376</height>
</rect> </rect>
</property> </property>
@ -84,23 +84,20 @@
</widget> </widget>
</item> </item>
<item row="0" column="2" colspan="2"> <item row="0" column="2" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout"> <spacer name="horizontalSpacer">
<item>
<spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>4</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="4" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QLabel" name="decimalL"> <widget class="QLabel" name="decimalL">
<property name="enabled"> <property name="enabled">
@ -170,7 +167,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="3"> <item row="1" column="5">
<widget class="LengthCombo" name="widthUnitCB"/> <widget class="LengthCombo" name="widthUnitCB"/>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
@ -205,7 +202,7 @@
</item> </item>
</widget> </widget>
</item> </item>
<item row="2" column="2"> <item row="2" column="3" colspan="2">
<spacer name="spacer"> <spacer name="spacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>