Module: deluge Branch: master Commit: dfde04561f26219b9072b52713e6177f4adbc9d3
Author: Damien Churchill <[email protected]> Date: Tue Apr 27 23:31:12 2010 +0100 adjust the width of the columns in the con manager --- deluge/ui/web/js/deluge-all/ConnectionManager.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/ConnectionManager.js b/deluge/ui/web/js/deluge-all/ConnectionManager.js index 222d1c7..f1c0a37 100644 --- a/deluge/ui/web/js/deluge-all/ConnectionManager.js +++ b/deluge/ui/web/js/deluge-all/ConnectionManager.js @@ -72,7 +72,7 @@ }), columns: [{ header: _('Status'), - width: .22, + width: .24, sortable: true, dataIndex: 'status' }, { -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
