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/outlinenumberingpage.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/outlinenumberingpage.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/outlinenumberingpage.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui index 141d0718198e..5b797512520d 100644 --- a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui +++ b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui @@ -220,6 +220,7 @@ <property name="activates_default">True</property> <property name="adjustment">adjustment2</property> <property name="value">1</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="sublevelsnf-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|sublevelsnf">Select the number of outline levels to include in the chapter numbering. For example, select "3" to display three levels of chapter numbering: 1.1.1</property> @@ -252,6 +253,7 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="adjustment">adjustment1</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="startat-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|startat">Enter the number that you want to restart the chapter numbering at.</property> @@ -351,6 +353,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="activates_default">True</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="prefix-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|prefix">Enter the text that you want to display before the chapter number.</property> @@ -368,6 +371,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="activates_default">True</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="suffix-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|suffix">Enter the text that you want to display after the chapter number.</property> |