Skip to content

Commit

Permalink
[GTK] Make combobox_window expand to width
Browse files Browse the repository at this point in the history
This makes the download location entry textbox resizable which is very
useful for entering long paths.

Closes: #295
  • Loading branch information
pjlbyrne authored and cas-- committed Jan 3, 2022
1 parent efc9f46 commit 44dcbee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deluge/ui/gtk3/glade/path_combo_chooser.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
1 change: 1 addition & 0 deletions deluge/ui/gtk3/glade/preferences_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 44dcbee

Please sign in to comment.