Author: erwan
Date: Wed Mar 16 15:56:56 2011
New Revision: 1082174
URL:
http://svn.apache.org/viewvc?rev=1082174&view=revLog:
Resizing the new example modal form so there is no more scroll-bar
Modified:
ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
Modified: ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml?rev=1082174&r1=1082173&r2=1082174&view=diff==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml Wed Mar 16 15:56:56 2011
@@ -39,7 +39,7 @@ under the License.
<widgets>
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
- <container style="button-bar"><link target="EditExampleLayer" link-type="ajax-window" height="350" width="480" text="${uiLabelMap.ExampleNewExample}" style="buttontext create"/></container>
+ <container style="button-bar"><link target="EditExampleLayer" link-type="ajax-window" height="400" width="480" text="${uiLabelMap.ExampleNewExample}" style="buttontext create"/></container>
</decorator-section>
<decorator-section name="search-options">
<include-form name="FindExamples" location="component://example/widget/example/ExampleForms.xml"/>