summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-01-14 19:30:31 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-01-15 10:51:46 +0100
commit2e60514e16c4ca1350fce33794e93ce417b52c40 (patch)
tree21fd48395b06f29f6c3f84f4c72aa943e9416e39 /chart2
parent1d1bd898e21bd56fff467b785d7c2c801064ed83 (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/+/109311 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/uiconfig/ui/columnfragment.ui1
-rw-r--r--chart2/uiconfig/ui/dlg_DataLabel.ui1
-rw-r--r--chart2/uiconfig/ui/dlg_InsertErrorBars.ui4
-rw-r--r--chart2/uiconfig/ui/inserttitledlg.ui7
-rw-r--r--chart2/uiconfig/ui/sidebaraxis.ui1
-rw-r--r--chart2/uiconfig/ui/sidebarelements.ui2
-rw-r--r--chart2/uiconfig/ui/sidebarerrorbar.ui2
-rw-r--r--chart2/uiconfig/ui/sidebartype.ui1
-rw-r--r--chart2/uiconfig/ui/smoothlinesdlg.ui2
-rw-r--r--chart2/uiconfig/ui/titlerotationtabpage.ui1
-rw-r--r--chart2/uiconfig/ui/tp_3D_SceneGeometry.ui4
-rw-r--r--chart2/uiconfig/ui/tp_AxisPositions.ui3
-rw-r--r--chart2/uiconfig/ui/tp_ChartType.ui1
-rw-r--r--chart2/uiconfig/ui/tp_DataLabel.ui1
-rw-r--r--chart2/uiconfig/ui/tp_DataSource.ui2
-rw-r--r--chart2/uiconfig/ui/tp_ErrorBars.ui4
-rw-r--r--chart2/uiconfig/ui/tp_PolarOptions.ui1
-rw-r--r--chart2/uiconfig/ui/tp_RangeChooser.ui3
-rw-r--r--chart2/uiconfig/ui/tp_Scale.ui6
-rw-r--r--chart2/uiconfig/ui/tp_SeriesToAxis.ui2
-rw-r--r--chart2/uiconfig/ui/tp_Trendline.ui8
-rw-r--r--chart2/uiconfig/ui/tp_axisLabel.ui1
-rw-r--r--chart2/uiconfig/ui/wizelementspage.ui7
23 files changed, 65 insertions, 0 deletions
diff --git a/chart2/uiconfig/ui/columnfragment.ui b/chart2/uiconfig/ui/columnfragment.ui
index 1faa0504ebe2..f020427d2924 100644
--- a/chart2/uiconfig/ui/columnfragment.ui
+++ b/chart2/uiconfig/ui/columnfragment.ui
@@ -22,6 +22,7 @@
<property name="width_request">5</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="truncate-multiline">True</property>
<property name="width_chars">1</property>
</object>
<packing>
diff --git a/chart2/uiconfig/ui/dlg_DataLabel.ui b/chart2/uiconfig/ui/dlg_DataLabel.ui
index 7eca7ab7a067..b6a7343200ee 100644
--- a/chart2/uiconfig/ui/dlg_DataLabel.ui
+++ b/chart2/uiconfig/ui/dlg_DataLabel.ui
@@ -441,6 +441,7 @@
<property name="activates_default">True</property>
<property name="adjustment">adjustmentDEGREE</property>
<property name="wrap">True</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="NF_LABEL_DEGREES-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|NF_LABEL_DEGREES">Enter the counterclockwise rotation angle for the data labels.</property>
diff --git a/chart2/uiconfig/ui/dlg_InsertErrorBars.ui b/chart2/uiconfig/ui/dlg_InsertErrorBars.ui
index 2ac56a4ad0fd..d7e1abbaea67 100644
--- a/chart2/uiconfig/ui/dlg_InsertErrorBars.ui
+++ b/chart2/uiconfig/ui/dlg_InsertErrorBars.ui
@@ -472,6 +472,7 @@
<property name="can_focus">True</property>
<property name="adjustment">adjustmentPOS</property>
<property name="digits">2</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MF_POSITIVE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|MF_POSITIVE">Enter the value to add to the displayed value as the positive error value.</property>
@@ -490,6 +491,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="ED_RANGE_POSITIVE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|ED_RANGE_POSITIVE">Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet.</property>
@@ -553,6 +555,7 @@
<property name="can_focus">True</property>
<property name="adjustment">adjustmentNEG</property>
<property name="digits">2</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MF_NEGATIVE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|MF_NEGATIVE">Enter the value to subtract from the displayed value as the negative error value.</property>
@@ -571,6 +574,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="ED_RANGE_NEGATIVE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="dlg_InsertErrorBars|extended_tip|ED_RANGE_NEGATIVE">Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet.</property>
diff --git a/chart2/uiconfig/ui/inserttitledlg.ui b/chart2/uiconfig/ui/inserttitledlg.ui
index 06e3c66352d7..997dfeb55885 100644
--- a/chart2/uiconfig/ui/inserttitledlg.ui
+++ b/chart2/uiconfig/ui/inserttitledlg.ui
@@ -119,6 +119,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="maintitle-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|maintitle">Enter the desired title for the chart.</property>
@@ -136,6 +137,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="subtitle-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|subtitle">Enter the desired subtitle for the chart.</property>
@@ -221,6 +223,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="primaryXaxis-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryXaxis">Enter the desired title for the X axis of the chart.</property>
@@ -238,6 +241,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="primaryYaxis-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryYaxis">Enter the desired title for the Y axis of the chart.</property>
@@ -255,6 +259,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="primaryZaxis-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryZaxis">Enter the desired title for the Z axis of the chart.</property>
@@ -340,6 +345,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="secondaryXaxis-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|secondaryXaxis">Enter the desired secondary title for the X axis of the chart.</property>
@@ -357,6 +363,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="secondaryYaxis-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|secondaryYaxis">Enter the desired secondary title for the Y axis of the chart.</property>
diff --git a/chart2/uiconfig/ui/sidebaraxis.ui b/chart2/uiconfig/ui/sidebaraxis.ui
index b5b8a4adf03b..64542f8d2503 100644
--- a/chart2/uiconfig/ui/sidebaraxis.ui
+++ b/chart2/uiconfig/ui/sidebaraxis.ui
@@ -106,6 +106,7 @@
<object class="GtkSpinButton" id="spinbutton1">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="truncate-multiline">True</property>
<property name="adjustment">adjustmentSpinDegrees</property>
</object>
<packing>
diff --git a/chart2/uiconfig/ui/sidebarelements.ui b/chart2/uiconfig/ui/sidebarelements.ui
index fabf57068eec..8063f4233b19 100644
--- a/chart2/uiconfig/ui/sidebarelements.ui
+++ b/chart2/uiconfig/ui/sidebarelements.ui
@@ -74,6 +74,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
+ <property name="truncate-multiline">True</property>
<accessibility>
<relation type="labelled-by" target="checkbutton_title"/>
</accessibility>
@@ -88,6 +89,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
+ <property name="truncate-multiline">True</property>
<accessibility>
<relation type="labelled-by" target="checkbutton_subtitle"/>
</accessibility>
diff --git a/chart2/uiconfig/ui/sidebarerrorbar.ui b/chart2/uiconfig/ui/sidebarerrorbar.ui
index ce219874c323..9bc37c96f917 100644
--- a/chart2/uiconfig/ui/sidebarerrorbar.ui
+++ b/chart2/uiconfig/ui/sidebarerrorbar.ui
@@ -116,6 +116,7 @@
<property name="halign">start</property>
<property name="text" translatable="yes" context="sidebarerrorbar|spinbutton_pos">0.00</property>
<property name="adjustment">adjustmentPOS</property>
+ <property name="truncate-multiline">True</property>
<property name="digits">2</property>
</object>
<packing>
@@ -131,6 +132,7 @@
<property name="text" translatable="yes" context="sidebarerrorbar|spinbutton_neg">0.00</property>
<property name="input_purpose">alpha</property>
<property name="adjustment">adjustmentNEG</property>
+ <property name="truncate-multiline">True</property>
<property name="digits">2</property>
</object>
<packing>
diff --git a/chart2/uiconfig/ui/sidebartype.ui b/chart2/uiconfig/ui/sidebartype.ui
index eea7fc426873..64676bab0328 100644
--- a/chart2/uiconfig/ui/sidebartype.ui
+++ b/chart2/uiconfig/ui/sidebartype.ui
@@ -357,6 +357,7 @@
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <property name="truncate-multiline">True</property>
<property name="adjustment">adjustment1</property>
</object>
<packing>
diff --git a/chart2/uiconfig/ui/smoothlinesdlg.ui b/chart2/uiconfig/ui/smoothlinesdlg.ui
index 3721363465e7..9c64cfe360b8 100644
--- a/chart2/uiconfig/ui/smoothlinesdlg.ui
+++ b/chart2/uiconfig/ui/smoothlinesdlg.ui
@@ -197,6 +197,7 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">ResolutionAdjustment</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="ResolutionSpinbutton-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|ResolutionSpinbutton">Set the resolution.</property>
@@ -214,6 +215,7 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">PolynomialsAdjustment</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="PolynomialsSpinButton-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|PolynomialsSpinButton">Set the degree of the polynomials.</property>
diff --git a/chart2/uiconfig/ui/titlerotationtabpage.ui b/chart2/uiconfig/ui/titlerotationtabpage.ui
index dbc0dbe08412..e14823daf02e 100644
--- a/chart2/uiconfig/ui/titlerotationtabpage.ui
+++ b/chart2/uiconfig/ui/titlerotationtabpage.ui
@@ -41,6 +41,7 @@
<property name="margin_top">40</property>
<property name="adjustment">adjustmentSpinDegrees</property>
<property name="wrap">True</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="OrientDegree-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="titlerotationtabpage|extended_tip|OrientDegree">Allows you to manually enter the orientation angle.</property>
diff --git a/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui b/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui
index c3badf6494a7..abbdddf6db12 100644
--- a/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui
+++ b/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui
@@ -127,6 +127,7 @@
<accessibility>
<relation type="labelled-by" target="CBX_PERSPECTIVE"/>
</accessibility>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MTR_FLD_PERSPECTIVE-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="tp_3D_SceneGeometry|MTR_FLD_PERSPECTIVE-atkobject">Perspective</property>
@@ -146,6 +147,7 @@
<property name="activates_default">True</property>
<property name="input_purpose">alpha</property>
<property name="adjustment">adjustmentROTATION3</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MTR_FLD_Z_ROTATION-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneGeometry|extended_tip|MTR_FLD_Z_ROTATION">Sets the rotation of the chart on the z axis. The preview responds to the new settings.</property>
@@ -163,6 +165,7 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentROTATION2</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MTR_FLD_Y_ROTATION-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneGeometry|extended_tip|MTR_FLD_Y_ROTATION">Sets the rotation of the chart on the y axis. The preview responds to the new settings.</property>
@@ -180,6 +183,7 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentROTATION1</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MTR_FLD_X_ROTATION-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_3D_SceneGeometry|extended_tip|MTR_FLD_X_ROTATION">Sets the rotation of the chart on the x axis. The preview responds to the new settings.</property>
diff --git a/chart2/uiconfig/ui/tp_AxisPositions.ui b/chart2/uiconfig/ui/tp_AxisPositions.ui
index 73f44d5e065c..0491a55e2963 100644
--- a/chart2/uiconfig/ui/tp_AxisPositions.ui
+++ b/chart2/uiconfig/ui/tp_AxisPositions.ui
@@ -84,6 +84,7 @@
<property name="can_focus">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="EDT_CROSSES_OTHER_AXIS_AT-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_AxisPositions|extended_tip|EDT_CROSSES_OTHER_AXIS_AT">Enter the value where the axis line should cross the other axis.</property>
@@ -104,6 +105,7 @@
<child internal-child="entry">
<object class="GtkEntry" id="combobox-entry">
<property name="can_focus">True</property>
+ <property name="truncate-multiline">True</property>
<property name="activates_default">True</property>
</object>
</child>
@@ -334,6 +336,7 @@
<object class="GtkSpinButton" id="EDT_AXIS_LABEL_DISTANCE">
<property name="can_focus">True</property>
<property name="activates_default">True</property>
+ <property name="truncate-multiline">True</property>
<property name="adjustment">adjustment2</property>
</object>
<packing>
diff --git a/chart2/uiconfig/ui/tp_ChartType.ui b/chart2/uiconfig/ui/tp_ChartType.ui
index 5a4fb82c5294..503ab73290fd 100644
--- a/chart2/uiconfig/ui/tp_ChartType.ui
+++ b/chart2/uiconfig/ui/tp_ChartType.ui
@@ -437,6 +437,7 @@
<property name="no_show_all">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="nolines-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_ChartType|extended_tip|nolines">Set the number of lines for the Column and Line chart type.</property>
diff --git a/chart2/uiconfig/ui/tp_DataLabel.ui b/chart2/uiconfig/ui/tp_DataLabel.ui
index a0e1963bef2b..335d65cf292a 100644
--- a/chart2/uiconfig/ui/tp_DataLabel.ui
+++ b/chart2/uiconfig/ui/tp_DataLabel.ui
@@ -373,6 +373,7 @@
<property name="activates_default">True</property>
<property name="adjustment">adjustmentDEGREE</property>
<property name="wrap">True</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="NF_LABEL_DEGREES-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|NF_LABEL_DEGREES">Enter the counterclockwise rotation angle for the data labels.</property>
diff --git a/chart2/uiconfig/ui/tp_DataSource.ui b/chart2/uiconfig/ui/tp_DataSource.ui
index 33178c950637..1e2843127df4 100644
--- a/chart2/uiconfig/ui/tp_DataSource.ui
+++ b/chart2/uiconfig/ui/tp_DataSource.ui
@@ -332,6 +332,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="EDT_RANGE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|EDT_RANGE">Shows the source range address from the second column of the Data Range list box. You can change the range in the text box or by dragging in the document. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
@@ -418,6 +419,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="EDT_CATEGORIES-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_DataSource|extended_tip|EDT_CATEGORIES">Shows the source range address of the categories (the texts you can see on the x-axis of a category chart). For an XY-chart, the text box contains the source range of the data labels which are displayed for the data points. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
diff --git a/chart2/uiconfig/ui/tp_ErrorBars.ui b/chart2/uiconfig/ui/tp_ErrorBars.ui
index 66e0d068d855..8ec2f4cc4da1 100644
--- a/chart2/uiconfig/ui/tp_ErrorBars.ui
+++ b/chart2/uiconfig/ui/tp_ErrorBars.ui
@@ -412,6 +412,7 @@
<property name="can_focus">True</property>
<property name="adjustment">adjustmentPOS</property>
<property name="digits">2</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MF_POSITIVE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|MF_POSITIVE">Enter the value to add to the displayed value as the positive error value.</property>
@@ -430,6 +431,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="ED_RANGE_POSITIVE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|ED_RANGE_POSITIVE">Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet.</property>
@@ -493,6 +495,7 @@
<property name="can_focus">True</property>
<property name="adjustment">adjustmentNEG</property>
<property name="digits">2</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MF_NEGATIVE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|MF_NEGATIVE">Enter the value to subtract from the displayed value as the negative error value.</property>
@@ -510,6 +513,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="ED_RANGE_NEGATIVE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|ED_RANGE_NEGATIVE">Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet.</property>
diff --git a/chart2/uiconfig/ui/tp_PolarOptions.ui b/chart2/uiconfig/ui/tp_PolarOptions.ui
index 71c154c3caa6..537ce456996d 100644
--- a/chart2/uiconfig/ui/tp_PolarOptions.ui
+++ b/chart2/uiconfig/ui/tp_PolarOptions.ui
@@ -104,6 +104,7 @@
<property name="valign">center</property>
<property name="adjustment">adjustmentDEGREE</property>
<property name="wrap">True</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="NF_STARTING_ANGLE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_PolarOptions|extended_tip|NF_STARTING_ANGLE">Enter the starting angle between 0 and 359 degrees. You can also click the arrows to change the displayed value.</property>
diff --git a/chart2/uiconfig/ui/tp_RangeChooser.ui b/chart2/uiconfig/ui/tp_RangeChooser.ui
index 4fe9dd41527a..562a8c0341b1 100644
--- a/chart2/uiconfig/ui/tp_RangeChooser.ui
+++ b/chart2/uiconfig/ui/tp_RangeChooser.ui
@@ -63,6 +63,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="ED_RANGE-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|ED_RANGE">Enter the data range that you want to include in your chart. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
@@ -218,6 +219,7 @@
<property name="activates_default">True</property>
<property name="width_chars">5</property>
<property name="text">0</property>
+ <property name="truncate-multiline">True</property>
<property name="input_purpose">number</property>
</object>
<packing>
@@ -231,6 +233,7 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="width_chars">5</property>
+ <property name="truncate-multiline">True</property>
<property name="text">0</property>
</object>
<packing>
diff --git a/chart2/uiconfig/ui/tp_Scale.ui b/chart2/uiconfig/ui/tp_Scale.ui
index 32691450bd9c..bd8eab00ba9a 100644
--- a/chart2/uiconfig/ui/tp_Scale.ui
+++ b/chart2/uiconfig/ui/tp_Scale.ui
@@ -223,6 +223,7 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustment1</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="EDT_MIN-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|EDT_MIN">Defines the minimum value for the beginning of the axis.</property>
@@ -241,6 +242,7 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustment2</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="EDT_MAX-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|EDT_MAX">Defines the maximum value for the end of the axis.</property>
@@ -359,6 +361,7 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustmentINTERVAL</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MT_MAIN_DATE_STEP-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|MT_MAIN_DATE_STEP">Major interval can be set to show a certain number of days, months, or years.</property>
@@ -406,6 +409,7 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustment4</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="EDT_STEP_MAIN-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|EDT_STEP_MAIN">Defines the interval for the main division of the axes.</property>
@@ -500,6 +504,7 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustmentINTERVAL1</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MT_STEPHELP-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|MT_STEPHELP">Defines the interval for the subdivision of the axes.</property>
@@ -582,6 +587,7 @@
<property name="activates_default">True</property>
<property name="width_chars">10</property>
<property name="adjustment">adjustment3</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="EDT_ORIGIN-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Scale|extended_tip|EDT_ORIGIN">Specifies at which position to display the values along the axis.</property>
diff --git a/chart2/uiconfig/ui/tp_SeriesToAxis.ui b/chart2/uiconfig/ui/tp_SeriesToAxis.ui
index c0295a418522..d18bd46afe63 100644
--- a/chart2/uiconfig/ui/tp_SeriesToAxis.ui
+++ b/chart2/uiconfig/ui/tp_SeriesToAxis.ui
@@ -160,6 +160,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="adjustment">adjustmentGAP</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MT_GAP-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|MT_GAP">Defines the spacing between the columns in percent.</property>
@@ -176,6 +177,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="adjustment">adjustmentOVERLAP</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="MT_OVERLAP-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_SeriesToAxis|extended_tip|MT_OVERLAP">Defines the necessary settings for overlapping data series.</property>
diff --git a/chart2/uiconfig/ui/tp_Trendline.ui b/chart2/uiconfig/ui/tp_Trendline.ui
index e7103623d956..9f1ac16775b2 100644
--- a/chart2/uiconfig/ui/tp_Trendline.ui
+++ b/chart2/uiconfig/ui/tp_Trendline.ui
@@ -222,6 +222,7 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentDegree</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="degree-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|degree">Degree of polynomial trend line.</property>
@@ -269,6 +270,7 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentPeriod</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="period-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|period">Number of points to calculate average of moving average trend line.</property>
@@ -444,6 +446,7 @@
<property name="activates_default">True</property>
<property name="caps_lock_warning">False</property>
<property name="adjustment">adjustmentForwardBackward</property>
+ <property name="truncate-multiline">True</property>
<property name="digits">2</property>
</object>
<packing>
@@ -457,6 +460,7 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentForwardBackward1</property>
+ <property name="truncate-multiline">True</property>
<property name="digits">2</property>
</object>
<packing>
@@ -553,6 +557,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="entry_name-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|entry_name">Name of trend line in legend.</property>
@@ -577,6 +582,7 @@
<accessibility>
<relation type="labelled-by" target="setIntercept"/>
</accessibility>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="interceptValue-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|interceptValue">Value of intercept if it is forced.</property>
@@ -612,6 +618,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="entry_Xname-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|entry_Xname">Name of X variable in trend line equation.</property>
@@ -647,6 +654,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="entry_Yname-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_Trendline|extended_tip|entry_Yname">Name of Y variable in trend line equation.</property>
diff --git a/chart2/uiconfig/ui/tp_axisLabel.ui b/chart2/uiconfig/ui/tp_axisLabel.ui
index 980e74264417..81e385564f1b 100644
--- a/chart2/uiconfig/ui/tp_axisLabel.ui
+++ b/chart2/uiconfig/ui/tp_axisLabel.ui
@@ -298,6 +298,7 @@
<property name="activates_default">True</property>
<property name="adjustment">adjustmentSpinDegrees</property>
<property name="wrap">True</property>
+ <property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="OrientDegree-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|OrientDegree">Allows you to manually enter the orientation angle.</property>
diff --git a/chart2/uiconfig/ui/wizelementspage.ui b/chart2/uiconfig/ui/wizelementspage.ui
index 9b1cd00a6df2..69189f9c61be 100644
--- a/chart2/uiconfig/ui/wizelementspage.ui
+++ b/chart2/uiconfig/ui/wizelementspage.ui
@@ -86,6 +86,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="primaryXaxis-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|primaryXaxis">Enter a label for the x-axis (horizontal).</property>
@@ -103,6 +104,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="primaryYaxis-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|primaryYaxis">Enter a label for the y-axis (vertical).</property>
@@ -120,6 +122,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="primaryZaxis-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|primaryZaxis">Enter a label for the z-axis. This option is only available for three-dimensional charts.</property>
@@ -165,6 +168,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="maintitle-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|maintitle">Enter a title for your chart.</property>
@@ -182,6 +186,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="subtitle-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|subtitle">Enter a subtitle for your chart.</property>
@@ -227,6 +232,7 @@
<property name="no_show_all">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="secondaryXaxis-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="wizelementspage|extended_tip|secondaryXaxis">Enter a label for the secondary x-axis. This option is only available for charts that support a secondary x-axis.</property>
@@ -243,6 +249,7 @@
<property name="can_focus">True</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
+ <property name="truncate-multiline">True</property>
<property name="activates_default">True</property>
</object>
<packing>