[GTK] Make combobox_window expand to width

This makes the download location entry textbox resizable which is very
useful for entering long paths.

Closes: deluge-torrent/deluge#295
This commit is contained in:
Patrick Byrne 2022-01-03 22:16:36 +00:00 committed by Calum Lind
parent efc9f465f0
commit 44dcbee5f4
No known key found for this signature in database
GPG key ID: 90597A687B836BA3
2 changed files with 2 additions and 0 deletions

View file

@ -571,6 +571,7 @@
<object class="GtkEntry" id="entry_text">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="invisible_char">•</property>
<signal name="changed" handler="on_entry_text_changed" swapped="no"/>
<signal name="delete-text" handler="on_entry_text_delete_text" swapped="no"/>

View file

@ -1150,6 +1150,7 @@ and daemon (does not apply in Standalone mode).</property>
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
<property name="left_padding">12</property>
<property name="right_padding">12</property>
<child>
<object class="GtkGrid" id="table9">
<property name="visible">True</property>