From 0761c52e8d01083f3edc040afd8b8f602aa85d37 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 8 Aug 2010 23:25:34 +0000 Subject: [PATCH] (trunk web) tweak the statistics dialog size a little --- web/javascript/transmission.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/javascript/transmission.js b/web/javascript/transmission.js index 8e70fb71f..b8665601e 100644 --- a/web/javascript/transmission.js +++ b/web/javascript/transmission.js @@ -1066,17 +1066,17 @@ Transmission.prototype = var tr = this; tr.loadDaemonStats(); tr.togglePeriodicStatsRefresh(true); - $("#stats_dialog" ).dialog( { - title: 'Statistics', - hide: 'blind', - width: 200, - buttons: { + $("#stats_dialog" ).dialog( { + title: 'Statistics', + hide: 'blind', + width: 266, + buttons: { 'Close': function() { tr.togglePeriodicStatsRefresh(false); $(this).dialog('close'); } } - }); + }); }, /* -- 2.40.0