changed spacing between links
This commit is contained in:
parent
596d182524
commit
542e066594
2 changed files with 3 additions and 4 deletions
|
|
@ -267,7 +267,7 @@ function createSlidePanelBar(name) {
|
|||
this.ypos=0; // bar y-pos
|
||||
this.width=160; // bar width
|
||||
this.height=((navigator.appVersion.indexOf("MSIE ") == -1)?innerHeight:document.body.offsetHeight)-10; // bar height
|
||||
this.buttonspace=25 // distance of panel buttons
|
||||
this.buttonspace=22 // distance of panel buttons
|
||||
this.panels=new Array() // panels
|
||||
this.addPanel=b_addPanel; // add new panel to bar
|
||||
this.draw=b_draw; // write HTML code of bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue