Author: jleroux
Date: Thu Aug 3 04:28:56 2006
New Revision: 428351
URL:
http://svn.apache.org/viewvc?rev=428351&view=revLog:
I resized the buttons to hold labels in french under Linux (with default values)
Modified:
incubator/ofbiz/trunk/applications/pos/screens/default/includes/sales.xml
Modified: incubator/ofbiz/trunk/applications/pos/screens/default/includes/sales.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/includes/sales.xml?rev=428351&r1=428350&r2=428351&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/pos/screens/default/includes/sales.xml (original)
+++ incubator/ofbiz/trunk/applications/pos/screens/default/includes/sales.xml Thu Aug 3 04:28:56 2006
@@ -17,13 +17,13 @@
-->
<XPage class="net.xoetrope.swing.XDialog">
<Components>
- <Panel name="salesPanel" x="0" y="0" w="320" h="420">
+ <Panel name="salesPanel" x="0" y="0" w="340" h="420">
<ScrollPane name="scroolList" x="10" y="10" w="200" h="400">
<List name="salesList" x="0" y="0" w="200" h="400" />
</ScrollPane>
- <Button name="BtnCancel" x="230" y="10" w="65" h="22" content="Cancel"/>
- <Button name="BtnAdd" x="230" y="50" w="65" h="22" content="Add"/>
- <Button name="BtnReplace" x="230" y="80" w="65" h="22" content="Replace"/>
+ <Button name="BtnCancel" x="230" y="10" w="90" h="22" content="Cancel"/>
+ <Button name="BtnAdd" x="230" y="50" w="90" h="22" content="Add"/>
+ <Button name="BtnReplace" x="230" y="80" w="90" h="22" content="Replace"/>
</Panel>
</Components>
</XPage>