[Darlan]Set layout_style of buttons Add (gtk-add) Remove (gtk-remove) to center. Fixes #7491

This commit is contained in:
Denis Fomin 2013-11-05 14:46:48 +04:00
parent 24440e4185
commit 1e8644f9e3
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@
<object class="GtkHButtonBox" id="hbuttonbox25">
<property name="visible">True</property>
<property name="spacing">6</property>
<property name="layout_style">center</property>
<child>
<object class="GtkButton" id="add_bookmark_button">
<property name="label">gtk-add</property>

View File

@ -64,6 +64,7 @@
<object class="GtkHButtonBox" id="hbuttonbox21">
<property name="visible">True</property>
<property name="spacing">6</property>
<property name="layout_style">center</property>
<child>
<object class="GtkButton" id="add_proxy_button">
<property name="label">gtk-add</property>