Author: rgardler
Date: Wed Mar 2 23:32:56 2011
New Revision: 1076459
URL: http://svn.apache.org/viewvc?rev=1076459&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=1076459&r1=1076458&r2=1076459&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/build.xml (original)
+++ incubator/wookie/trunk/widgets/build.xml Wed Mar 2 23:32:56 2011
@@ -45,7 +45,7 @@
<input message="What is the short name of the widget you wish to
create?" addproperty="widget.shortname"/>
<input message="Provide a brief description of the purpose of the
${widget.shortname} widget" addproperty="widget.description"/>
<input message="What is the default height of the ${widget.shortname}
widget?" addproperty="widget.height" defaultvalue="320"/>
- <input message="What is the default width of the widget you wish to
create?" addproperty="widget.width" defaultvalue="200"/>
+ <input message="What is the default width of the widget you wish to
create?" addproperty="widget.width" defaultvalue="480"/>
<antcall target="_create-widget-from-template"/>
</target>