mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-12 07:48:04 +00:00
WebUI: Center progressbars in trasferlist
This commit is contained in:
parent
0a512e41c9
commit
5fb32da49f
@ -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…
Reference in New Issue
Block a user