View Single Post
Old 07-28-2014, 01:41 AM   #6
firescue17
Premium Member
 
firescue17's Avatar
 
Join Date: Apr 2006
Server: Vox
Posts: 126
Interface Author - Click to view interfaces
Default

I've seen your screenshot, I understand the staggered layout.

You could put a pair the buffs up into a screenitem to make a "set", then place the screenitems into a tilebox. In this manner the staggered pairs would then tile.

The vertical alignment would look like:
------
|[1] |
| [2]|
------
|[3] |
| [4]|
------
|[5] |
| [6]|
------
|[7] |
| [8]|
------

A horizontal alignment would look like:
-------------------
|[1] |[3] |[5] |[7] |
| [2]| [4]| [6]| [8]|
-------------------

A block layout would look like:
----------
|[1] |[5] |
| [2]| [6]|
----------
|[3] |[7] |
| [4]| [8]|
----------
__________________

firescue17 is offline   Reply With Quote