[dialog-search] expand&fill search results

https://lists.gnucash.org/pipermail/gnucash-user/2019-August/086733.html

Allow the search result frame to expand when dialog box is resized.
This commit is contained in:
Christopher Lam
2019-08-30 18:17:28 +08:00
parent e3ba73683e
commit fa6948a2be

View File

@@ -302,7 +302,7 @@
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
@@ -460,8 +460,8 @@
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>