Page 1 of 1
[solved]Changing GTK ui value for adding torrents.
Posted: Thu Mar 24, 2022 11:51 am
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.
I mean this dropdown when adding torrent.
Re: Changing GTK ui value for adding torrents.
Posted: Fri Mar 25, 2022 7:50 pm
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>
Re: Changing GTK ui value for adding torrents.
Posted: Fri Mar 25, 2022 9:04 pm
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.
Re: Changing GTK ui value for adding torrents.
Posted: Fri Mar 25, 2022 11:19 pm
by mhertz
Thanks for your kind words my friend and you're very welcome - Cheers bro
