You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/11/03 13:07:45 UTC

svn commit: r832400 - /incubator/pivot/trunk/demos/www/component_explorer.jnlp

Author: smartini
Date: Tue Nov  3 12:07:32 2009
New Revision: 832400

URL: http://svn.apache.org/viewvc?rev=832400&view=rev
Log:
set dimension to 1000x700, to have more space than the default, but to ensure that also at 1024x768 all will be visible

Modified:
    incubator/pivot/trunk/demos/www/component_explorer.jnlp

Modified: incubator/pivot/trunk/demos/www/component_explorer.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/component_explorer.jnlp?rev=832400&r1=832399&r2=832400&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/component_explorer.jnlp (original)
+++ incubator/pivot/trunk/demos/www/component_explorer.jnlp Tue Nov  3 12:07:32 2009
@@ -48,6 +48,9 @@
 
     <application-desc main-class="org.apache.pivot.wtk.DesktopApplicationContext">
         <argument>org.apache.pivot.demos.explorer.ComponentExplorer</argument>
+        <argument>--width=1000</argument>
+        <argument>--height=700</argument>
+        <argument>--center=true</argument>
     </application-desc>
 
     <update check="background" />