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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 3 07:51:50 UTC 2018


 sc/uiconfig/scalc/ui/paratemplatedialog.ui |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 77cbe42543900265389d5fc6064c854194158fa5
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Oct 2 16:43:23 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Oct 3 09:51:22 2018 +0200

    keep reset/standard order
    
    Change-Id: Idc047faf8ade81b3e6fce382b188ccfa97004b12
    Reviewed-on: https://gerrit.libreoffice.org/61263
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/uiconfig/scalc/ui/paratemplatedialog.ui b/sc/uiconfig/scalc/ui/paratemplatedialog.ui
index b668058b5f32..6bffbcccc382 100644
--- a/sc/uiconfig/scalc/ui/paratemplatedialog.ui
+++ b/sc/uiconfig/scalc/ui/paratemplatedialog.ui
@@ -24,12 +24,12 @@
             <property name="can_focus">False</property>
             <property name="layout_style">end</property>
             <child>
-              <object class="GtkButton" id="standard">
-                <property name="label" translatable="no">_Standard</property>
+              <object class="GtkButton" id="reset">
+                <property name="label">gtk-revert-to-saved</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_underline">True</property>
+                <property name="use_stock">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -38,12 +38,12 @@
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="reset">
-                <property name="label">gtk-revert-to-saved</property>
+              <object class="GtkButton" id="standard">
+                <property name="label" translatable="no">_Standard</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
+                <property name="use_underline">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -541,8 +541,8 @@
       </object>
     </child>
     <action-widgets>
-      <action-widget response="0">standard</action-widget>
       <action-widget response="0">reset</action-widget>
+      <action-widget response="0">standard</action-widget>
       <action-widget response="-5">ok</action-widget>
       <action-widget response="-6">cancel</action-widget>
       <action-widget response="-11">help</action-widget>


More information about the Libreoffice-commits mailing list