[Commits] r2497 - sandbox/cmoullet/ux/Mobile/app
commits at geoext.org
commits at geoext.org
Sun Nov 28 05:32:57 CET 2010
Author: cmoullet
Date: 2010-11-28 05:32:57 +0100 (Sun, 28 Nov 2010)
New Revision: 2497
Modified:
sandbox/cmoullet/ux/Mobile/app/init.js
Log:
Screen resolution
Modified: sandbox/cmoullet/ux/Mobile/app/init.js
===================================================================
--- sandbox/cmoullet/ux/Mobile/app/init.js 2010-11-28 04:25:49 UTC (rev 2496)
+++ sandbox/cmoullet/ux/Mobile/app/init.js 2010-11-28 04:32:57 UTC (rev 2497)
@@ -55,9 +55,9 @@
floating: true,
modal: true,
centered: true,
- width: 300,
- height: 400,
- scroll: 'vertical',
+ width: 250,
+ height: 250,
+ scroll: 'both',
dockedItems: [
{
dock : 'top',
More information about the Commits
mailing list