From b30378f70b40b5d7c78e3384367e013c4c71ba30 Mon Sep 17 00:00:00 2001
From: Thierry Brettnacher <tb@nexedi.com>
Date: Tue, 4 Sep 2007 12:34:04 +0000
Subject: [PATCH] Add some preferred field width properties

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16032 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/HtmlStylePreference.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/product/ERP5/PropertySheet/HtmlStylePreference.py b/product/ERP5/PropertySheet/HtmlStylePreference.py
index 9ffa6e4fccf..5470afaf1ac 100644
--- a/product/ERP5/PropertySheet/HtmlStylePreference.py
+++ b/product/ERP5/PropertySheet/HtmlStylePreference.py
@@ -71,6 +71,16 @@ class HtmlStylePreference:
       'type'        : 'string',
       'preference'  : 1,
       'mode'        : 'w' },
+    { 'id'          : 'preferred_money_quantity_field_width',
+      'description' : 'The default width of fields displaying amounts of money',
+      'type'        : 'string',
+      'preference'  : 1,
+      'mode'        : 'w' },
+    { 'id'          : 'preferred_quantity_field_width',
+      'description' : 'The default width of quantity fields',
+      'type'        : 'string',
+      'preference'  : 1,
+      'mode'        : 'w' },
     { 'id'          : 'preferred_listbox_view_mode_line_count',
       'description' : 'Number of lines in a listbox in view mode',
       'type'        : 'int',
-- 
2.30.9