[solved]Changing GTK ui value for adding torrents.

General support for problems installing or using Deluge
Post Reply
BottleNeck
Member
Member
Posts: 13
Joined: Fri Mar 11, 2022 2:37 pm

[solved]Changing GTK ui value for adding torrents.

Post by BottleNeck »

Hi, is there any way to make the dropdown with all the paths in it bigger? I;m sure it's somewhere in /usr/lib/python3.10/site-packages/deluge/ui/gtk3/ but no clue where. Also, this is the 2nd time i need to change something here. Is there any documentation about this. I have not been able to find it so far.

Image

I mean this dropdown when adding torrent.
Last edited by BottleNeck on Sat Mar 26, 2022 9:13 pm, edited 1 time in total.
mhertz
Moderator
Moderator
Posts: 2235
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Changing GTK ui value for adding torrents.

Post by mhertz »

I'm affraid not, the available documentation is for the deluge API, and of-course general usage stuff, and not something like this unfortuently, where direct code-change needed as only solution.

Anyway, for just making the dropdown-paths bigger as per your pic and request, then you're correct and is on line '834' of '../deluge/ui/gtk3/glade/path_combo_chooser.ui' where you can up the number as per wanted, e.g. '299':

Code: Select all

<property name="fixed_width">127</property>
BottleNeck
Member
Member
Posts: 13
Joined: Fri Mar 11, 2022 2:37 pm

Re: Changing GTK ui value for adding torrents.

Post by BottleNeck »

Thank you mhertz.

This is the 2nd time you just tell me the exact location of such a edit. A location i would never have found on my own. I cannot express my gratitude adequately, so here's a virtual beer.
mhertz
Moderator
Moderator
Posts: 2235
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Changing GTK ui value for adding torrents.

Post by mhertz »

Thanks for your kind words my friend and you're very welcome - Cheers bro :)
Post Reply