mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 23:37:59 +00:00
[WebUI] Fix connection status icon too large. Closes #6804.
This commit is contained in:
parent
7302042daf
commit
d302e4fb92
@ -390,6 +390,7 @@ window.addEvent('load', function () {
|
||||
$('connectionStatus').src = 'images/skin/firewalled.png';
|
||||
else
|
||||
$('connectionStatus').src = 'images/skin/disconnected.png';
|
||||
$('connectionStatus').style = 'height: 1.5em';
|
||||
|
||||
if (queueing_enabled != serverState.queueing) {
|
||||
queueing_enabled = serverState.queueing;
|
||||
@ -468,7 +469,7 @@ window.addEvent('load', function () {
|
||||
processServerState();
|
||||
});
|
||||
|
||||
$('StatisticsLink').addEvent('click', StatisticsLinkFN);
|
||||
$('StatisticsLink').addEvent('click', StatisticsLinkFN);
|
||||
|
||||
new MochaUI.Panel({
|
||||
id : 'transferList',
|
||||
|
Loading…
Reference in New Issue
Block a user