You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2006/08/07 18:14:03 UTC

svn commit: r429377 - /incubator/ofbiz/trunk/applications/pos/screens/default/dialog/loadsale.xml

Author: jleroux
Date: Mon Aug  7 09:14:02 2006
New Revision: 429377

URL: http://svn.apache.org/viewvc?rev=429377&view=rev
Log:
The height of one button was too weak under Linux (was ok on Windows). With all default values.

Modified:
    incubator/ofbiz/trunk/applications/pos/screens/default/dialog/loadsale.xml

Modified: incubator/ofbiz/trunk/applications/pos/screens/default/dialog/loadsale.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/screens/default/dialog/loadsale.xml?rev=429377&r1=429376&r2=429377&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/pos/screens/default/dialog/loadsale.xml (original)
+++ incubator/ofbiz/trunk/applications/pos/screens/default/dialog/loadsale.xml Mon Aug  7 09:14:02 2006
@@ -25,7 +25,7 @@
             <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"/>
             <Button name="BtnDelete" x="230" y="110" w="90" h="22" content="Delete"/>
-            <Button name="BtnReplaceAndDelete" x="230" y="140" w="90" h="44" content="ReplaceAndDelete"/>
+            <Button name="BtnReplaceAndDelete" x="230" y="140" w="90" h="66" content="ReplaceAndDelete"/>
         </Panel>
     </Components>
 </XPage>