mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-13 11:48:40 +00:00
adjust the width of the columns in the con manager
This commit is contained in:
parent
545e4ef717
commit
dfde04561f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
}),
|
}),
|
||||||
columns: [{
|
columns: [{
|
||||||
header: _('Status'),
|
header: _('Status'),
|
||||||
width: .22,
|
width: .24,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
dataIndex: 'status'
|
dataIndex: 'status'
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue