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 2009/09/24 13:17:07 UTC

svn commit: r818448 - /ofbiz/trunk/specialpurpose/pos/config/xpos.properties

Author: jleroux
Date: Thu Sep 24 11:17:07 2009
New Revision: 818448

URL: http://svn.apache.org/viewvc?rev=818448&view=rev
Log:
Directives for different screen sizes for POS

Modified:
    ofbiz/trunk/specialpurpose/pos/config/xpos.properties

Modified: ofbiz/trunk/specialpurpose/pos/config/xpos.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/config/xpos.properties?rev=818448&r1=818447&r2=818448&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/config/xpos.properties (original)
+++ ofbiz/trunk/specialpurpose/pos/config/xpos.properties Thu Sep 24 11:17:07 2009
@@ -16,6 +16,12 @@
 # specific language governing permissions and limitations
 # under the License.
 ###############################################################################
+#                                                                              
+# By default the screen is 1024x768 wide. If you want to use another screen size,
+# you must create a new directory under specialpurpose/pos/screens, like the 800x600.
+# You must also set the 3 related parameters (StartClass, ClientWidth, ClientHeight) accordingly.
+#
+
 StartPackage=org.ofbiz.pos
 StartClass=default/pospanel
 LogLevel=0