[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:

committed by
Calum Lind

parent
efc9f465f0
commit
44dcbee5f4
@ -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"/>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user