diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-23 10:27:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-23 10:28:05 +0000 |
commit | 0ad608e83b7a61680d1397d2f5355235f52419d9 (patch) | |
tree | 7cd1dd5efb47b62a2667db972b19dbf03437a9fd /cui/uiconfig | |
parent | 246ffb108c7e1f762f8d497750ad2414b85b99ef (diff) |
vertically center button rather than stretch it
Change-Id: I63b7c8a671e1ca4a41e047fdca313e1af972861f
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/insertplugin.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/insertplugin.ui b/cui/uiconfig/ui/insertplugin.ui index ae2c4f7b9d15..733cb814f590 100644 --- a/cui/uiconfig/ui/insertplugin.ui +++ b/cui/uiconfig/ui/insertplugin.ui @@ -34,6 +34,7 @@ <object class="GtkEntry" id="urled"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="valign">center</property> <property name="hexpand">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> @@ -52,6 +53,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="valign">center</property> <property name="use_action_appearance">False</property> </object> <packing> |