Extend the prefs custom url handler box to align it with the other full width widgets

This commit is contained in:
Stephen Boddy 2016-12-13 22:08:02 +01:00
parent 163eb15535
commit 82e9a9bbfa
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@
<signal name="changed" handler="on_custom_url_handler_entry_changed" swapped="no"/> <signal name="changed" handler="on_custom_url_handler_entry_changed" swapped="no"/>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">True</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">1</property> <property name="position">1</property>
</packing> </packing>