fileNavH not as tall anymore

This commit is contained in:
Matt Pass
2014-04-26 12:40:11 +01:00
parent 4f5ed727f0
commit 56511b66bb
2 changed files with 7 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ var ICEcoder = {
winH = window.innerHeight;
// Apply sizes to various elements of the page
headerH = 25, fileNavH = 45, tabsBarH = 21, findBarH = 28;
headerH = 25, fileNavH = 35, tabsBarH = 21, findBarH = 28;
this.header.style.width = this.tabsBar.style.width = this.findBar.style.width = winW + "px";
this.files.style.width = this.editor.style.left = this.filesW + "px";
this.optionsFile.style.width = this.optionsEdit.style.width = this.optionsRemote.style.width = this.optionsHelp.style.width = (this.filesW-60) + "px";