From 87ab2ab8fa5f32a47067257ca4f2d42bd59ca845 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Fri, 29 Dec 2023 12:11:24 -0500 Subject: [PATCH] Fix the icon to fit within the row in the main window tracker column. --- deluge/ui/web/js/deluge-all/TorrentGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/js/deluge-all/TorrentGrid.js b/deluge/ui/web/js/deluge-all/TorrentGrid.js index 333d1335cf..5db7e9fbc4 100644 --- a/deluge/ui/web/js/deluge-all/TorrentGrid.js +++ b/deluge/ui/web/js/deluge-all/TorrentGrid.js @@ -61,7 +61,7 @@ return String.format( '
{0}
', + 'tracker/{0}) no-repeat; background-size: contain; padding-left: 20px;">{0}', Ext.util.Format.htmlEncode(value) ); }