View Single Post
08-30-11, 07:06 PM   #25
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
Originally Posted by dreamcatcher View Post
Ok I moved on from trying to get the micro names to show hide for now since I have been stuck on it for days.

Now I need help with a minor thing just the layout look of the GUI.

This is what it looks like now.


I would like to move the options down. To have the scale, anchor, and offsets in same row. Can this be done?
Code:
	enableHyperlinkTooltip = {
		order = 6,
		name = L["Enable Hyplerlink Tooltip"],
		desc = L["Enables the mouseover items in chat tooltip."],
		type = "toggle",
		disabled = function() return not db.chat.enable end,
	},
Order in your Ace Options lets you place the option where you want.

Hope this helps.
  Reply With Quote