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

Adolfo Jayme Barrientos fitojb at ubuntu.com
Sun Feb 28 20:37:15 UTC 2016


 svx/uiconfig/ui/crashreportdlg.ui |   19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

New commits:
commit 12b1113b42c2f7007efd5e4cfaba738d4adaa9a4
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Sun Feb 28 14:36:09 2016 -0600

    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

diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui
index e8d1355..1a32df4 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>


More information about the Libreoffice-commits mailing list