Thread Tools Display Modes
01-11-10, 12:26 PM   #1
namelessman69
A Defias Bandit
Join Date: Jan 2010
Posts: 2
Chat Frame

All I'm really looking for is a slightly larger chat window. I can unlock it and make it bigger but nUI resets it every time I reload or log out of WoW. Is there a way to stop it from resetting the size of the chat panel?

I use BasicChatMods which has worked fine with nUI if that matters.
 
01-11-10, 12:31 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
You can try playing with the layout files and resize the chat frame that way. I've never done it myself so not sure what else may be affected.

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

Changing the height in this section I suspect will be what you need to do. Make a note of what it is before you change it and see the result. Depending on how the aura lists operate with the chat frame you may be lucky to only need to change that.
Code:
	options = 
	{
		strata   = "BACKGROUND",
		level    = 3,
		scale    = 1,
		height   = 290,
		width    = 585,
		fontsize = 11,
		btn_size = 45,
		btn_gap  = -8,
__________________


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
 
01-11-10, 05:03 PM   #3
namelessman69
A Defias Bandit
Join Date: Jan 2010
Posts: 2
Worked great. Thanks!

Still have to set the background darker each time I log in so it doesn't show a line through the top but that's much better than resetting the whole thing.

Last edited by namelessman69 : 01-11-10 at 05:07 PM.
 
01-11-10, 05:09 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
Don't forget to keep a note of the changes though as you will need to repeat it when a new update of nUI is released as at present the changes are hardcoded more than data stored.
__________________


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
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Chat Frame


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