[Guide] Joined Store Panels
 Kerozevok                
                
                    Member Posts: 695
Kerozevok                
                
                    Member Posts: 695                
            
                    Before : http://nsa38.casimages.com/img/2016/04/26/160426025229169353.jpg
After : http://nsa37.casimages.com/img/2016/04/25/16042511571172044.jpg
Search "STORE_BUYSELL", under the line "align center top" add a new line : offset 0 A
A = Your monitor height - 710 / 2.
eg : If your monitor size is 1440x900 : 900 - 710 / 2 = 95.
Do the same thing for "STORE_DONATE", "STORE_ROOMS", "STORE_HEALING", "STORE_DRINKS" and "STORE_IDENTIFY".
Now search "STORE_CHOOSER", then under "align center bottom" add a new line : offset 0 -A
That's all. 
                
                After : http://nsa37.casimages.com/img/2016/04/25/16042511571172044.jpg
Search "STORE_BUYSELL", under the line "align center top" add a new line : offset 0 A
A = Your monitor height - 710 / 2.
eg : If your monitor size is 1440x900 : 900 - 710 / 2 = 95.
	name 'STORE_BUYSELL'
	align center top
  	offset 0 95Do the same thing for "STORE_DONATE", "STORE_ROOMS", "STORE_HEALING", "STORE_DRINKS" and "STORE_IDENTIFY".
Now search "STORE_CHOOSER", then under "align center bottom" add a new line : offset 0 -A
	name 'STORE_CHOOSER'
	align center bottom
  	offset 0 -95That's all.
 
                Post edited by Kerozevok on 
7        
             
                                
Comments
This file appears in the override folder with the F11 menu.
I've created, and attached, a WeiDU implementation of @lefreut's solution to this issue - entitled appropriately, 'Joined Store Panels Using lefreut's Solution'.
It's a straightforward WeiDU patch, and if you're not familiar with the process, there are step-by-step instructions in 'Installation.txt' found in the 'StoreFix' directory within the zip.
Enjoy!
Thanks, mate!