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 /cui/uiconfig/ui/optproxypage.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 'cui/uiconfig/ui/optproxypage.ui')
-rw-r--r-- | cui/uiconfig/ui/optproxypage.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/optproxypage.ui b/cui/uiconfig/ui/optproxypage.ui index 6633d4723574..663937620ab3 100644 --- a/cui/uiconfig/ui/optproxypage.ui +++ b/cui/uiconfig/ui/optproxypage.ui @@ -40,6 +40,7 @@ <property name="valign">center</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="http-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|http">Type the name of the proxy server for HTTP.</property> @@ -58,6 +59,7 @@ <property name="valign">center</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="https-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|https">Type the name of the proxy server for HTTPS. Type the port in the right-hand field.</property> @@ -76,6 +78,7 @@ <property name="valign">center</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="ftp-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ftp">Type the name of the proxy server for FTP.</property> @@ -94,6 +97,7 @@ <property name="valign">center</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="noproxy-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|noproxy">Specifies the names of the servers that do not require any proxy servers, separated by semicolons.</property> @@ -114,6 +118,7 @@ <property name="activates_default">True</property> <property name="width_chars">5</property> <property name="input_purpose">digits</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="httpport-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|httpport">Type the port for the corresponding proxy server.</property> @@ -134,6 +139,7 @@ <property name="activates_default">True</property> <property name="width_chars">5</property> <property name="input_purpose">digits</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="httpsport-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|httpsport">Type the port for the corresponding proxy server.</property> @@ -154,6 +160,7 @@ <property name="activates_default">True</property> <property name="width_chars">5</property> <property name="input_purpose">digits</property> + <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="ftpport-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ftpport">Type the port for the corresponding proxy server.</property> |