mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[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:
parent
efc9f465f0
commit
44dcbee5f4
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue