Author: damoxc
Revision: 4909
Log:
increase status column size
Diff:
Modified: trunk/deluge/ui/web/js/deluge-connections.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-connections.js 2009-03-21 11:49:43 UTC
(rev 4908)
+++ trunk/deluge/ui/web/js/deluge-connections.js 2009-03-21 11:50:57 UTC
(rev 4909)
@@ -181,7 +181,7 @@
Deluge.Connections.Grid = new Ext.grid.GridPanel({
store: Deluge.Connections.Store,
columns: [
- {header: 'Status', width: 55, sortable: true, renderer:
Deluge.Formatters.plain, dataIndex: 'status'},
+ {header: 'Status', width: 65, sortable: true, renderer:
Deluge.Formatters.plain, dataIndex: 'status'},
{id:'host', header: 'Host', width: 150, sortable: true,
renderer: renderHost, dataIndex: 'host'},
{header: 'Version', width: 75, sortable: true, renderer:
Deluge.Formatters.plain, dataIndex: 'version'}
],
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---