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

Katarina Behrens Katarina.Behrens at cib.de
Tue Nov 29 17:47:46 UTC 2016


 svx/uiconfig/ui/safemodedialog.ui |   19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

New commits:
commit f5e343e1c50b2b65168b5f68bd40535f2fbc86c3
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date:   Tue Nov 29 14:01:08 2016 +0100

    safe mode: Add help button to the dialog
    
    Change-Id: I5aa29ccf048dc6f7d927089cc3c9b8b39bf2893c
    Reviewed-on: https://gerrit.libreoffice.org/31367
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
    Tested-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/svx/uiconfig/ui/safemodedialog.ui b/svx/uiconfig/ui/safemodedialog.ui
index a292055..bacc7f0 100644
--- a/svx/uiconfig/ui/safemodedialog.ui
+++ b/svx/uiconfig/ui/safemodedialog.ui
@@ -18,6 +18,21 @@
             <property name="can_focus">False</property>
             <property name="layout_style">end</property>
             <child>
+              <object class="GtkButton" id="help">
+                <property name="label">gtk-help</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
+                <property name="position">0</property>
+                <property name="secondary">True</property>
+              </packing>
+            </child>
+            <child>
               <object class="GtkButton" id="btn_continue">
                 <property name="label" translatable="yes">_Continue in Safe Mode</property>
                 <property name="visible">True</property>
@@ -29,7 +44,7 @@
               <packing>
                 <property name="expand">True</property>
                 <property name="fill">True</property>
-                <property name="position">0</property>
+                <property name="position">1</property>
               </packing>
             </child>
             <child>
@@ -43,7 +58,7 @@
               <packing>
                 <property name="expand">True</property>
                 <property name="fill">True</property>
-                <property name="position">1</property>
+                <property name="position">2</property>
               </packing>
             </child>
             <child>


More information about the Libreoffice-commits mailing list