Author: rgardler
Date: Wed Mar 2 23:25:58 2011
New Revision: 1076458
URL: http://svn.apache.org/viewvc?rev=1076458&view=rev
Log:
Use a more useful default width
Modified:
incubator/wookie/trunk/widgets/build.xml
Modified: incubator/wookie/trunk/widgets/build.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/build.xml?rev=1076458&r1=1076457&r2=1076458&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/build.xml (original)
+++ incubator/wookie/trunk/widgets/build.xml Wed Mar 2 23:25:58 2011
@@ -55,7 +55,7 @@
<property name="widget.shortname" value="TemplateTest"/>
<property name="widget.description" value="A widget built from
the standard widget template and using sensible default options for all
configuration settings. This is used during development of the widget
template"/>
<property name="widget.height" value="320"/>
- <property name="widget.width" value="200"/>
+ <property name="widget.width" value="480"/>
<antcall target="_create-widget-from-template"/>
<antcall target="build-widget"/>
</target>