diff --git a/src/webui/www/public/scripts/progressbar.js b/src/webui/www/public/scripts/progressbar.js index f4a959950..32fee1fcf 100644 --- a/src/webui/www/public/scripts/progressbar.js +++ b/src/webui/www/public/scripts/progressbar.js @@ -37,7 +37,7 @@ var ProgressBar = new Class({ 'text-align': 'center', 'left': 0, 'top': 0, - 'line-height': vals.height - 2 + 'line-height': vals.height } }); obj.vals.light = new Element('div', { @@ -52,7 +52,7 @@ var ProgressBar = new Class({ 'text-align': 'center', 'left': 0, 'top': 0, - 'line-height': vals.height - 2 + 'line-height': vals.height } }); obj.appendChild(obj.vals.dark);