mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* TabularUi.ui
- a hopefully somewhat clearer description of what valign is supposed to do.: git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c30878463c
commit
53ff578195
@ -5,8 +5,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>390</width>
|
||||
<height>336</height>
|
||||
<width>436</width>
|
||||
<height>359</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
@ -75,7 +75,7 @@
|
||||
<item row="1" column="1" colspan="2" >
|
||||
<widget class="QComboBox" name="vAlignCB" >
|
||||
<property name="toolTip" >
|
||||
<string>Vertical alignment for fixed width columns</string>
|
||||
<string>Specifies the vertical alignment of the other cells in the current row in relation to the height of this cell.</string>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text" >
|
||||
@ -107,7 +107,7 @@
|
||||
<item row="1" column="0" >
|
||||
<widget class="QLabel" name="vAlignCO" >
|
||||
<property name="text" >
|
||||
<string>&Vertical alignment:</string>
|
||||
<string>&Vertical row alignment:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>vAlignCB</cstring>
|
||||
|
Loading…
Reference in New Issue
Block a user