[Libreoffice-commits] core.git: svx/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 28 19:10:37 UTC 2020


 svx/uiconfig/ui/crashreportdlg.ui |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit fb48e9cca4b4ba26d20e1fdd0f9ee65e7ef54210
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Sep 28 11:46:10 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Sep 28 21:09:46 2020 +0200

    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 at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

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>


More information about the Libreoffice-commits mailing list