mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
WebUI: Center progressbars in trasferlist
This commit is contained in:
parent
0a512e41c9
commit
5fb32da49f
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ var ProgressBar = new Class({
|
|||
'border': '1px solid #000',
|
||||
'width': vals.width,
|
||||
'height': vals.height,
|
||||
'position': 'relative'
|
||||
'position': 'relative',
|
||||
'margin': '0 auto'
|
||||
}
|
||||
});
|
||||
obj.vals = vals;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue