Make the install screen a bit taller to eliminate second scrollbar.

This commit is contained in:
Alexandre Rosenfeld
2011-02-21 16:56:35 +00:00
parent 142df3616f
commit 3e01292267

View File

@@ -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,