Prevent text entry from expanding

On mobile screens GtkDialog windows are stretched to cover all of the
screen. This prevents the hbox with the text entry from expanding when
the window grows (which looks rather unintuitive).

Fixes: #929
This commit is contained in:
Johannes Marbach 2020-12-23 11:05:11 +01:00
parent 7d06eafef3
commit b055f65de0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
</object>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>