Preferences: fix button alignment.

This commit is contained in:
Cole Robinson 2009-09-29 14:26:43 -04:00
parent b4eb66aeb2
commit a45bcad1c0
1 changed files with 5 additions and 0 deletions

View File

@ -533,6 +533,7 @@ For all domains</property>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="prefs-help">
<property name="label">gtk-help</property>
@ -544,7 +545,9 @@ For all domains</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
<property name="secondary">True</property>
</packing>
</child>
<child>
@ -557,6 +560,8 @@ For all domains</property>
<signal name="clicked" handler="on_prefs_close_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>