TabularUi.ui: fix spacing of column width unitCB

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36565 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-11-29 02:36:25 +00:00
parent 0afac5a291
commit aa69852341

View File

@ -5,7 +5,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>439</width> <width>426</width>
<height>416</height> <height>416</height>
</rect> </rect>
</property> </property>
@ -83,7 +83,7 @@
</item> </item>
</widget> </widget>
</item> </item>
<item row="0" column="2" colspan="2"> <item row="0" column="2">
<spacer name="horizontalSpacer"> <spacer name="horizontalSpacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
@ -96,7 +96,7 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="4" colspan="2"> <item row="0" column="3" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QLabel" name="decimalL"> <widget class="QLabel" name="decimalL">
@ -154,21 +154,38 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" colspan="2"> <item row="1" column="1" colspan="3">
<widget class="QLineEdit" name="widthED"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="enabled"> <item>
<bool>true</bool> <widget class="QLineEdit" name="widthED">
</property> <property name="enabled">
<property name="toolTip"> <bool>true</bool>
<string>Fixed width of the column</string> </property>
</property> <property name="toolTip">
<property name="text"> <string>Fixed width of the column</string>
<string/> </property>
</property> <property name="text">
</widget> <string/>
</property>
</widget>
</item>
<item>
<widget class="LengthCombo" name="widthUnitCB"/>
</item>
</layout>
</item> </item>
<item row="1" column="5"> <item row="1" column="4">
<widget class="LengthCombo" name="widthUnitCB"/> <spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>109</width>
<height>20</height>
</size>
</property>
</spacer>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="vAlignCO"> <widget class="QLabel" name="vAlignCO">
@ -202,7 +219,7 @@
</item> </item>
</widget> </widget>
</item> </item>
<item row="2" column="3" colspan="2"> <item row="2" column="2" colspan="2">
<spacer name="spacer"> <spacer name="spacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>