summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-12-12 21:22:43 +0100
committerJan Holesovsky <kendy@collabora.com>2013-12-12 21:24:48 +0100
commit137de1dce92f4cf05adefc3d0dbe09d6a2a339af (patch)
treeffad07013e1385996ebf0226b9e303f62f2c1636
parent189573c14ba39eb791350c15578f7a794ff6976c (diff)
Expert config: 6px between lines + center the button.
Change-Id: I91899493479eb60c955dac3891a38913ad871376
-rw-r--r--cui/uiconfig/ui/optadvancedpage.ui5
1 files changed, 4 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/optadvancedpage.ui b/cui/uiconfig/ui/optadvancedpage.ui
index 4554014fa07e..7f06e789654f 100644
--- a/cui/uiconfig/ui/optadvancedpage.ui
+++ b/cui/uiconfig/ui/optadvancedpage.ui
@@ -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>