Make the install screen a bit taller to eliminate second scrollbar.
This commit is contained in:
@@ -57,7 +57,7 @@ echo '<?xml version="1.0" encoding="UTF-8" ?>';
|
||||
leimnud.event.add(window,'load',function(){
|
||||
inst = new leimnud.module.panel();
|
||||
inst.options={
|
||||
size:{w:document.body.offsetWidth-50,h:750},
|
||||
size:{w:document.body.offsetWidth-50,h:825},
|
||||
title :"",
|
||||
position:{x:2,y:2,center:true},
|
||||
statusBar:false,
|
||||
|
||||
Reference in New Issue
Block a user