change buttons order in preferences window

This commit is contained in:
Yann Leboulanger 2005-02-26 23:42:55 +00:00
parent afca70a551
commit 4fc61911b0
1 changed files with 13 additions and 13 deletions

View File

@ -5392,6 +5392,19 @@ on the server.</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<property name="spacing">15</property>
<child>
<widget class="GtkButton" id="button_apply">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-apply</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_apply_clicked" last_modification_time="Thu, 28 Oct 2004 11:23:17 GMT"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="button_cancel">
<property name="visible">True</property>
@ -5417,19 +5430,6 @@ on the server.</property>
<signal name="clicked" handler="on_ok_clicked" last_modification_time="Mon, 29 Dec 2003 13:48:07 GMT"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="button_apply">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-apply</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_apply_clicked" last_modification_time="Thu, 28 Oct 2004 11:23:17 GMT"/>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>