Kaydet (Commit) 0ad608e8 authored tarafından Caolán McNamara's avatar Caolán McNamara

vertically center button rather than stretch it

Change-Id: I63b7c8a671e1ca4a41e047fdca313e1af972861f
üst 246ffb10
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment