mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk web) tweak the statistics dialog size a little
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user