summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-28 11:46:10 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-09-29 10:12:22 +0200
commit6f951da001ff907c6d388ba1bc8db8ede0011a43 (patch)
treeb1ba6d144695edcdc5159988607e087fca87dfc6 /svx
parent670635fe9829b2e030f4a11093dba9f54bb55b8e (diff)
Resolves: tdf#137038 set a max width for crash reporter label
Change-Id: I13f21a1e5bce04191f672c545678c0a8611a34b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103437 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/uiconfig/ui/crashreportdlg.ui11
1 files changed, 7 insertions, 4 deletions
diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui
index 68741c6b362d..b868128f24d7 100644
--- a/svx/uiconfig/ui/crashreportdlg.ui
+++ b/svx/uiconfig/ui/crashreportdlg.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="svx">
<requires lib="gtk+" version="3.18"/>
<object class="GtkTextBuffer" id="textbuffer1">
@@ -20,9 +20,6 @@ Thank you for your help in improving %PRODUCTNAME.</property>
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -89,6 +86,7 @@ Thank you for your help in improving %PRODUCTNAME.</property>
You can help us to fix this issue by sending an anonymous crash report to the %PRODUCTNAME crash reporting server.</property>
<property name="wrap">True</property>
+ <property name="max_width_chars">80</property>
</object>
<packing>
<property name="expand">False</property>
@@ -101,6 +99,7 @@ You can help us to fix this issue by sending an anonymous crash report to the %P
<property name="can_focus">False</property>
<property name="valign">center</property>
<property name="editable">False</property>
+ <property name="wrap_mode">word</property>
<property name="cursor_visible">False</property>
<property name="buffer">textbuffer1</property>
<property name="accepts_tab">False</property>
@@ -115,6 +114,7 @@ You can help us to fix this issue by sending an anonymous crash report to the %P
<object class="GtkTextView" id="ed_bugreport">
<property name="can_focus">False</property>
<property name="editable">False</property>
+ <property name="wrap_mode">word</property>
<property name="cursor_visible">False</property>
<property name="buffer">textbuffer2</property>
<property name="accepts_tab">False</property>
@@ -142,5 +142,8 @@ You can help us to fix this issue by sending an anonymous crash report to the %P
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
</interface>