diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-28 11:46:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-28 21:09:46 +0200 |
commit | fb48e9cca4b4ba26d20e1fdd0f9ee65e7ef54210 (patch) | |
tree | 8d16ea60216e809580f554c2cdf31e42bd4f95f6 /svx | |
parent | 443ca9d5c4d29a8efbea9f907fe473346acd6701 (diff) |
Resolves: tdf#137038 set a max width for crash reporter label
Change-Id: I13f21a1e5bce04191f672c545678c0a8611a34b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103543
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/crashreportdlg.ui | 11 |
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> |