headerbar: Use a smaller width for entry
So that it fits better on smaller screens
This commit is contained in:
parent
8b2ca19f1a
commit
61a7b24084
@ -70,7 +70,7 @@ Tobias Bernard
|
|||||||
<object class="GtkEntry" id="new_url">
|
<object class="GtkEntry" id="new_url">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">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>
|
<property name="input_purpose">url</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user