diff options
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> |