mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-03 20:40:50 +00:00
Made torrent info popup request larger size
This commit is contained in:
parent
84425d7786
commit
0dbea0ed01
@ -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…
x
Reference in New Issue
Block a user