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

Caolán McNamara caolanm at redhat.com
Tue Nov 12 04:21:35 PST 2013


 sfx2/uiconfig/ui/newstyle.ui |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 729c8508474b61151d9aad64addb3bc9b38a069a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 12 12:15:49 2013 +0000

    reorient ok/cancel buttons to normal positions
    
    Change-Id: If562d09862cf8fee2c64e6c1b0c90f5b6527b6df

diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui
index e44b94f..4c8de54 100644
--- a/sfx2/uiconfig/ui/newstyle.ui
+++ b/sfx2/uiconfig/ui/newstyle.ui
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
+  <!-- interface-requires LibreOffice 1.0 -->
   <object class="GtkDialog" id="CreateStyleDialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
@@ -11,12 +12,12 @@
         <property name="can_focus">False</property>
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
+        <property name="orientation">vertical</property>
         <property name="spacing">12</property>
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="dialog-action_area3">
             <property name="can_focus">False</property>
-            <property name="orientation">vertical</property>
-            <property name="layout_style">start</property>
+            <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="ok">
                 <property name="label">gtk-ok</property>
@@ -25,7 +26,6 @@
                 <property name="can_default">True</property>
                 <property name="has_default">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
               </object>
               <packing>
@@ -40,7 +40,6 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
               </object>
               <packing>


More information about the Libreoffice-commits mailing list