headerbar: Use a smaller width for entry

So that it fits better on smaller screens
This commit is contained in:
Mohammed Sadiq 2019-10-01 17:25:22 +05:30 committed by Jordan Petridis
parent 8b2ca19f1a
commit 61a7b24084

View File

@ -70,7 +70,7 @@ Tobias Bernard
<object class="GtkEntry" id="new_url">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="width_chars">30</property>
<property name="width_chars">26</property>
<property name="input_purpose">url</property>
</object>
<packing>