mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Remove "Downloaded" from transferlist header and reduce column width
This commit is contained in:
parent
863dc71100
commit
59abcc554d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
|
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><a id="all_files_cb" style="margin-right: 2px;" class="tristate" onclick="javascript:switchCBState()"></a> _(Downloaded)</th>
|
<th style="width: 40px"><a id="all_files_cb" style="margin-right: 2px;" class="tristate" onclick="javascript:switchCBState()"></a></th>
|
||||||
<th>_(Name)</th>
|
<th>_(Name)</th>
|
||||||
<th>_(Size)</th>
|
<th>_(Size)</th>
|
||||||
<th style="width: 90px;">_(Progress)</th>
|
<th style="width: 90px;">_(Progress)</th>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue