svn commit: r428351 - /incubator/ofbiz/trunk/applications/pos/screens/default/includes/sales.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r428351 - /incubator/ofbiz/trunk/applications/pos/screens/default/includes/sales.xml

jleroux@apache.org
Author: jleroux
Date: Thu Aug  3 04:28:56 2006
New Revision: 428351

URL: http://svn.apache.org/viewvc?rev=428351&view=rev
Log:
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>