diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-12-12 21:22:43 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-12-13 13:01:27 +0100 |
commit | f57be7e4c16556f515241f80e81ec4d6eaeb3ca2 (patch) | |
tree | de47408298e6310e07e30b4ed8b87b87b79d9894 /cui | |
parent | 0ef9ed2628d7c5d14fcbe91be2f8f29383d4fec7 (diff) |
Expert config: 6px between lines + center the button.
Change-Id: I91899493479eb60c955dac3891a38913ad871376
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optadvancedpage.ui | 5 |
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> |