From 0dbea0ed01b3ff7f7c2ce12df9f26d164a08346e Mon Sep 17 00:00:00 2001 From: Asmageddon Date: Tue, 29 May 2012 20:14:58 +0200 Subject: [PATCH] Made torrent info popup request larger size --- deluge/ui/console/modes/alltorrents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/console/modes/alltorrents.py b/deluge/ui/console/modes/alltorrents.py index fac2641dc..6804c7811 100644 --- a/deluge/ui/console/modes/alltorrents.py +++ b/deluge/ui/console/modes/alltorrents.py @@ -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':