diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-02-28 14:36:09 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-02-28 14:36:09 -0600 |
commit | 12b1113b42c2f7007efd5e4cfaba738d4adaa9a4 (patch) | |
tree | 81c3bb8e07fa595193fec6a95dd412f9bec69035 /svx | |
parent | 5ab4233169de4af33edfccd3c287436b58157414 (diff) |
Breakpad crash dialog: UI nitpicks
- Add a title to the dialog
- Add 6-px padding around it
- Disable resizing
- Don’t wrap the label text with manual line breaks
- Tweak button labels and fix their capitalization
Change-Id: I4d23777067ab331fc966dee10a0aea9ea157a0bb
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/crashreportdlg.ui | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui index e8d1355e7202..1a32df49e297 100644 --- a/svx/uiconfig/ui/crashreportdlg.ui +++ b/svx/uiconfig/ui/crashreportdlg.ui @@ -1,25 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.19.0 --> <interface> <requires lib="gtk+" version="3.12"/> <object class="GtkDialog" id="CrashReportDialog"> <property name="can_focus">False</property> + <property name="border_width">6</property> + <property name="title" translatable="yes">Crash Report</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="spacing">2</property> + <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="btn_send"> - <property name="label" translatable="yes">Send report</property> + <property name="label" translatable="yes">_Send Crash Report</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">True</property> @@ -29,10 +34,11 @@ </child> <child> <object class="GtkButton" id="btn_cancel"> - <property name="label" translatable="yes">Don't send report</property> + <property name="label" translatable="yes">_Don’t Send</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">True</property> @@ -52,8 +58,9 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">We are sorry but it seems that LibreOffice crashed the last time. -You can help us fix this issue by sending the crash report to the -LibreOffice crash reporting server.</property> + +You can help us fix this issue by sending the crash report to the LibreOffice crash reporting server.</property> + <property name="wrap">True</property> </object> <packing> <property name="expand">False</property> |