mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-13 20:07:09 +01:00
New tab now 22px wide after removing borders
This commit is contained in:
@@ -2077,7 +2077,7 @@ var ICEcoder = {
|
||||
var availWidth, avgWidth, tabWidth, lastLeft, lastWidth;
|
||||
|
||||
if (top.ICEcoder.ready) {
|
||||
availWidth = parseInt(top.ICEcoder.content.style.width,10)-53-24-10; // - left margin - new tab - right margin
|
||||
availWidth = parseInt(top.ICEcoder.content.style.width,10)-53-22-10; // - left margin - new tab - right margin
|
||||
avgWidth = (availWidth/top.ICEcoder.openFiles.length)-18;
|
||||
tabWidth = -18; // Incl 18px offset
|
||||
lastLeft = 53;
|
||||
|
||||
Reference in New Issue
Block a user