Expert config: 6px between lines + center the button.

Change-Id: I91899493479eb60c955dac3891a38913ad871376
This commit is contained in:
Jan Holesovsky
2013-12-12 21:22:43 +01:00
parent 0ef9ed2628
commit f57be7e4c1

View File

@@ -326,6 +326,7 @@
<object class="GtkGrid" id="grid4">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="experimental">
<property name="label" translatable="yes">Enable experimental features</property>
@@ -361,10 +362,12 @@
</child>
<child>
<object class="GtkButton" id="expertconfig">
<property name="label" translatable="yes">Expert Config Page</property>
<property name="label" translatable="yes">Expert Configuration</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
</object>
<packing>
<property name="left_attach">0</property>