[Xfce4-commits] <xfwm4:master> Set proper packing of dialog buttons.

Nick Schermer noreply at xfce.org
Sat Mar 6 13:22:02 CET 2010


Updating branch refs/heads/master
         to 707971dbd8daeaf1793483af205756111b7dce78 (commit)
       from 37311459f1b9980c05436141aed9f605a72448da (commit)

commit 707971dbd8daeaf1793483af205756111b7dce78
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Mar 6 13:20:23 2010 +0100

    Set proper packing of dialog buttons.

 settings-dialogs/xfwm4-dialog.glade        |    3 ++-
 settings-dialogs/xfwm4-tweaks-dialog.glade |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/settings-dialogs/xfwm4-dialog.glade b/settings-dialogs/xfwm4-dialog.glade
index 5942377..e577fda 100644
--- a/settings-dialogs/xfwm4-dialog.glade
+++ b/settings-dialogs/xfwm4-dialog.glade
@@ -1271,7 +1271,7 @@
         <child internal-child="action_area">
           <object class="GtkHButtonBox" id="dialog-action_area1">
             <property name="visible">True</property>
-            <property name="layout_style">edge</property>
+            <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="help_button">
                 <property name="label">gtk-help</property>
@@ -1285,6 +1285,7 @@
                 <property name="expand">False</property>
                 <property name="fill">False</property>
                 <property name="position">0</property>
+                <property name="secondary">True</property>
               </packing>
             </child>
             <child>
diff --git a/settings-dialogs/xfwm4-tweaks-dialog.glade b/settings-dialogs/xfwm4-tweaks-dialog.glade
index 6e67e14..a9e91ee 100644
--- a/settings-dialogs/xfwm4-tweaks-dialog.glade
+++ b/settings-dialogs/xfwm4-tweaks-dialog.glade
@@ -1130,7 +1130,7 @@ when switching via keyboard shortcuts</property>
         <child internal-child="action_area">
           <object class="GtkHButtonBox" id="dialog-action_area1">
             <property name="visible">True</property>
-            <property name="layout_style">edge</property>
+            <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="button2">
                 <property name="label">gtk-help</property>
@@ -1144,6 +1144,7 @@ when switching via keyboard shortcuts</property>
                 <property name="expand">False</property>
                 <property name="fill">False</property>
                 <property name="position">0</property>
+                <property name="secondary">True</property>
               </packing>
             </child>
             <child>



More information about the Xfce4-commits mailing list