Thread Tools Display Modes
08-24-09, 02:41 PM   #1
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
Question for Xrystal.

Ive noticed in alot of your posts with pics of your nUI layout you have your FPS and MS next the Toggle Button for the HUD, I was wonder how you did that, and if you know how to make the Charactor < Game Menu and Spellbook buttons just a little bigger.


Thanks in advance for any help.

Coke
 
08-24-09, 03:55 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,927
Rofl, I edited the layout files to do that .. lets go grab it

Folder : nUI\Layouts\Default
File : nUI_Layout_Default_Console.lua

The xOfs and yOfs are what I changed here and the btn_size is what you would need to change to make the micro menu buttons bigger.

Code:
nUI_DefaultConfig.AddOns["nUI_SysInfo"] =
{
	enabled = true;	
	
	Latency =
	{
		anchor =
		{
			anchor_pt   = "RIGHT",
			relative_to = "nUI_MicroMenu",
			relative_pt = "LEFT",
			xOfs        = 60, -- -5,
			yOfs        = 60, --10,
		},
		
		options =
		{
			enabled  = true,
			strata   = nil,
			level    = 4,
			width    = 75,
			height   = 14,
			
			label =
			{
				enabled     = true,
				fontsize    = 12.5,
				justifyH    = "CENTER",
				justifhV    = "MIDDLE",
				anchor_pt   = "TOPRIGHT",
				relative_pt = "BOTTOMRIGHT",
				xOfs        = 0,
				yOfs        = -2,
				color       = { r = 1, g = 0.83, b = 0, a = 1 },
			},				
		},
	},
	
	FrameRate =
	{
		anchor =
		{
			anchor_pt   = "LEFT",
			relative_to = "nUI_MicroMenu",
			relative_pt = "RIGHT",
			xOfs        = -60, -- -9,
			yOfs        = 60, --10,
		},
		
		options =
		{
			enabled  = true,
			strata   = nil,
			level    = 4,
			width    = 75,
			height   = 14,
			
			label =
			{
				enabled     = true,
				fontsize    = 12.5,
				justifyH    = "CENTER",
				justifhV    = "MIDDLE",
				anchor_pt   = "TOPLEFT",
				relative_pt = "BOTTOMLEFT",
				xOfs        = 0,
				yOfs        = -2,
				color       = { r = 1, g = 0.83, b = 0, a = 1 },
			},				
		},
	},
};
Code:
nUI_DefaultConfig.MicroMenu =
{
	anchor =
	{
		anchor_pt   = "BOTTOM",
		relative_to = "nUI_TopBars",
		relative_pt = "BOTTOM",
		xOfs        = 15,
		yOfs        = 25,
	},
	
	options =
	{
		enabled  = "yes",
		strata   = "HIGH",
		level    = 3,
		scale    = 1,
		btn_size = 37,
		btn_gap  = -3,
		
		background =
		{
			backdrop =
			{
				bgFile   = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_BevelboxBg", 
				edgeFile = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_BevelboxBorder", 
				tile     = true, 
				tileSize = 1, 
				edgeSize = 12, 
				insets   = { left = 0, right = 0, top = 0, bottom = 0 },
			},
			
			color =
			{
				border = { r = 1, g = 1, b = 1, a = 1 },
				backdrop = { r = 0, g = 0, b = 0, a = 0.35 },
			},
		},
	},
};
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
08-24-09, 04:35 PM   #3
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
THANK YOU so much, i had such issues with those small buttons. I'm probably 50% Keyboard and 50% Clicker .

Below is what my nUI looks like now. THanks to everyone for the tips and triacks, and specially Scott for make the nUI.
Attached Thumbnails
Click image for larger version

Name:	Omfg Screenshot.jpg
Views:	744
Size:	286.8 KB
ID:	3213  
 
08-25-09, 08:07 PM   #4
Imakefood
A Warpwood Thunder Caller
 
Imakefood's Avatar
AddOn Compiler - Click to view compilations
Join Date: Apr 2009
Posts: 96
Oh wow....that's great. Thanks for asking and thanks for answering this question. I changed mine like this and I love it!
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Customization » nUI: Customizing Layouts » Question for Xrystal.

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off