diff options
Diffstat (limited to 'sw/uiconfig/swriter/ui/linenumbering.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/linenumbering.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/linenumbering.ui b/sw/uiconfig/swriter/ui/linenumbering.ui index 6d6349dfd164..4ddb29c1770d 100644 --- a/sw/uiconfig/swriter/ui/linenumbering.ui +++ b/sw/uiconfig/swriter/ui/linenumbering.ui @@ -270,6 +270,7 @@ <property name="halign">start</property> <property name="adjustment">spacingadjustment</property> <property name="digits">2</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="spacingspin-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="linenumbering|extended_tip|spacingspin">Enter the amount of space that you want to leave between the line numbers and the text.</property> @@ -292,6 +293,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="adjustment">intervaladjustment</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="intervalspin-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="linenumbering|extended_tip|intervalspin">Enter the counting interval for the line numbers.</property> @@ -392,6 +394,7 @@ <property name="halign">start</property> <property name="activates_default">True</property> <property name="width_chars">3</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="textentry-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="linenumbering|extended_tip|textentry">Enter the text that you want to use as a separator.</property> @@ -414,6 +417,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="adjustment">lineadjustment</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="linesspin-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="linenumbering|extended_tip|linesspin">Enter the number of lines to leave between the separators.</property> |