Web UI: Improve usability of small devices

This commit is contained in:
Christophe Dumez 2011-12-29 00:24:09 +02:00
parent 6c10936f6d
commit 78bb4104b0
2 changed files with 2 additions and 2 deletions

View file

@ -317,7 +317,7 @@ window.addEvent('load', function(){
if($defined(prop_h))
prop_h = prop_h.toInt();
else
prop_h = 200;
prop_h = Window.getSize().y / 2.;
new MochaUI.Panel({
id: 'propertiesPanel',
title: 'Panel',