details:   https://code.openbravo.com/erp/devel/pi/rev/74a1c5d100ae
changeset: 21119:74a1c5d100ae
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Thu Sep 12 17:51:51 2013 +0200
summary:   fixed bug 24747: characteristics filter layout fixes

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
 |  12 +++++----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 8a7b99723b7b -r 74a1c5d100ae 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
     Thu Sep 12 17:49:00 2013 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
     Thu Sep 12 17:51:51 2013 +0200
@@ -110,20 +110,21 @@
   vertical: true,
   showMinimizeButton: false,
   destroyOnClose: false,
+  width: 100,
+  height: 200,
 
   mainLayoutDefaults: {
     _constructor: 'VLayout',
-    width: 380,
-    height: 105,
+    width: 300,
     layoutMargin: 5
   },
 
   buttonLayoutDefaults: {
     _constructor: 'HLayout',
     width: '100%',
-    height: 22,
+    height: 40,
     layoutAlign: 'right',
-    align: 'right',
+    align: 'center',
     membersMargin: 5,
     autoParent: 'mainLayout'
   },
@@ -306,6 +307,7 @@
     };
 
     this.tree = isc.TreeGrid.create({
+      styleName: '',
       showHeader: false,
       autoFetchData: true,
       dataArrived: dataArrived,
@@ -313,7 +315,7 @@
       getNodeByID: getNodeByID,
       loadDataOnDemand: false,
       // loading the whole tree in a single request
-      height: 400,
+      height: 200,
       showOpenIcons: false,
       showDropIcons: false,
       nodeIcon: null,

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to