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 /sc/uiconfig/scalc/ui/printareasdialog.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 'sc/uiconfig/scalc/ui/printareasdialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/printareasdialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/printareasdialog.ui b/sc/uiconfig/scalc/ui/printareasdialog.ui index f1c8e018853d..8711b28225c6 100644 --- a/sc/uiconfig/scalc/ui/printareasdialog.ui +++ b/sc/uiconfig/scalc/ui/printareasdialog.ui @@ -132,6 +132,7 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="width_chars">50</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="edprintarea-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="printareasdialog|extended_tip|edprintarea">Allows you to modify a defined print range.</property> @@ -207,6 +208,7 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="width_chars">50</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="edrepeatrow-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="printareasdialog|extended_tip|edrepeatrow">Choose one or more rows to print on every page. In the right text box enter the row reference, for example, "1" or "$1" or "$2:$3".</property> @@ -299,6 +301,7 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="width_chars">50</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="edrepeatcol-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="printareasdialog|extended_tip|edrepeatcol">Choose one or more columns to print on every page. In the right text box enter the column reference, for example, "A" or "AB" or "$C:$E".</property> |