(trunk web) tweak the statistics dialog size a little

This commit is contained in:
Charles Kerr
2010-08-08 23:25:34 +00:00
parent 36325f7a2f
commit 0761c52e8d

View File

@@ -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');
}
}
});
});
},
/*