Merge branch 'wip/sadiq/small-width' into 'master'

Let the window work on smaller screens

See merge request World/podcasts!122
This commit is contained in:
Jordan Petridis
2019-10-20 16:22:16 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ Tobias Bernard
<property name="can_focus">False</property>
<child>
<object class="GtkBox" id="info_container">
<property name="width_request">230</property>
<property name="width_request">200</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
+1 -1
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>