mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Made torrent info popup request larger size
This commit is contained in:
parent
84425d7786
commit
0dbea0ed01
1 changed files with 1 additions and 1 deletions
|
@ -1114,7 +1114,7 @@ class AllTorrents(BaseMode, component.Component):
|
|||
cid = self.current_torrent_id()
|
||||
if cid:
|
||||
def cb(): self.__torrent_info_id = None
|
||||
self.popup = Popup(self,"Info",close_cb=cb)
|
||||
self.popup = Popup(self,"Info",close_cb=cb, height_req=20)
|
||||
self.popup.add_line("Getting torrent info...")
|
||||
self.__torrent_info_id = cid
|
||||
elif chr(c) == 'm':
|
||||
|
|
Loading…
Add table
Reference in a new issue