View Single Post
06-22-08, 03:54 PM   #17
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Eas View Post
My suggestion, just let it scale and leave open spaces in the sides.

You can do that now.... "/nui scale {n}" where {n} is some number greater than zero. You can force nUI to use any scale you want that way and you will get the blank space to the left and right. "/nui scale 0" will return you to the default nUI scale.

You'll note black regions on the left and right if you make nUI smaller than the display width. The reason for those black boxes is that nUI shifts the WorldFrame up by 1/2 of the dashboard height so that the loss of vertical viewport is split between the top and bottom of the world frame. You can do with that region as you will.

I do see that causes the HUD to shift south of the player character position in the world frame, but I can fix that easily enough in the next update.

And good luck putting Recount to the right of the dashboard ~grin~

Last edited by spiel2001 : 06-22-08 at 03:57 PM.