git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5924 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
svenson08
2014-05-21 19:42:15 +00:00
parent 92aaba2a06
commit ea2e43810a

View File

@@ -1,7 +1,7 @@
//########################################################################################
// dashboard.js
//########################################################################################
// Released : 14.11.2013 @svenson08
// Released : 14.11.2013 Sascha Hermann
// Version :
// 1.01: Released to testers
// 1.02: Add DebugMsg. Fix independent Groupsize adjustment after set & siterefresh. Fix
@@ -241,7 +241,7 @@ function GetColWidth(ColCount, ColWidth){
}
if (ColWidthSum < 100) { aColWidth[ColWidthCount-1] = parseInt(aColWidth[ColWidthCount-1]) + (100 - ColWidthSum); } //fill up to 100% width
aColWidth[0] = parseInt(aColWidth[0])-(0.22 * ColCount);
aColWidth[0] = parseInt(aColWidth[0])-(0.3 * ColCount);
return aColWidth;
}