diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-14 15:42:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-15 10:10:14 +0100 |
commit | f89b94c280e8d986cdf08271f5cdc6b1dfe09575 (patch) | |
tree | 0cc75175c96954e29c6aba0ddcbd52d0269cec65 /sw/uiconfig/swriter/ui/linenumbering.ui | |
parent | cf29283ac7adffbca693364e28f102b7e5434ccf (diff) |
tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtons
except for extensions/uiconfig/spropctrlr/ui/multiline.ui
Change-Id: Ia2eca14332ffd4ac6e277c7529f17eca3ba29c0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109310
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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> |