| 
		Notes	 | 
	
		 
	 | 
	
		
		
			| 
				(0044222)
			 | 
		 
		
			| 
				dbaz   
			 | 
		 
		
			| 
				2012-01-10 20:23   
							 | 
		 
		 
	 | 
	
		
		
			
				Due to fix of issue: 
 
https://issues.openbravo.com/view.php?id=19349 [^] 
 
Now button position is still worst, since the button space is taken based on a %, so the buttons area space and the buttons gap depends on window size, which is wrong. 
 
The only thing that should change its size with a window resize is the grid. The buttons area space and buttons gap should be always fixed.			 | 
		 
		 
	 | 
	
		 
	 | 
	
		
		
			| 
				(0044265)
			 | 
		 
		
			| 
				dbaz   
			 | 
		 
		
			| 
				2012-01-11 15:32   
							 | 
		 
		 
	 | 
	
		
		
			
				With a fix similar to this you can get a fixed button layout height, and a liquid grid layout height 
 
 
--- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js 
+++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js 
@@ -82,7 +82,7 @@ 
     this.viewGrid = isc.OBPickAndExecuteGrid.create({ 
       view: this, 
       fields: this.gridFields, 
-      height: '80%', 
+      height: '*', 
       dataSource: this.dataSource, 
       gridProperties: this.viewProperties.gridProperties 
     }); 
@@ -118,6 +118,7 @@ 
     this.items = [this.viewGrid, isc.HLayout.create({ 
       align: 'center', 
       width: '100%', 
+      height: 80, 
       members: [isc.HLayout.create({ 
         width: 1, 
         overflow: 'visible',			 | 
		 
		 
	 | 
	
		 
	 | 
	
		
		
			| 
				(0044818)
			 | 
		 
		
			| 
				hgbot   
			 | 
		 
		
			| 
				2012-02-02 15:49   
							 | 
		 
		 
	 | 
	
		
		
			
				Repository: erp/devel/pi 
Changeset: c2df24bab7bfb1756fdfe11f3f3a5c48973ca8b1 
Author: David Baz Fayos <david.baz <at> openbravo.com> 
Date: Thu Feb 02 15:48:16 2012 +0100 
URL: http://code.openbravo.com/erp/devel/pi/rev/c2df24bab7bfb1756fdfe11f3f3a5c48973ca8b1 [^] 
 
Fixed issue 19352: 'Pick & Executed' button layout now has a fixed height 
 
--- 
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js 
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-process-styles.js 
--- 
			 | 
		 
		 
	 | 
	
		 
	 | 
	| 
		
	 | 
	
		
		
			| 
				Tested in pi @ rev 2d73d1ed6bf1			 | 
		 
		 
	 | 
	
		 
	 | 
	| 
		
	 | 
	
		
	 |