Increase Actionbar Text Size

Hello, I am looking for a way to increase the size of the text (primarily the cooldown text) on my actionbars. I do not want to use addons like OmniCC to help me with this and don’t want to increase the entire UI scale either, please.

There’s no option to do that in game. Your only way to do it without effecting the rest of the UI would be by using an addon.

1 Like

Here’s macro:

/run for _, p in ipairs({"Left", "Right", "BottomLeft", "BottomRight", "5", "6", "7"}) do
	for i=1,12 do 
		_G["MultiBar"..p.."Button"..i.."Cooldown"]:SetScale(2)
	end 
end for i=1,12 do 
	_G["ActionButton"..i.."Cooldown"]:SetScale(2)
end

But you need to press it each time you are login. To automate this you should make an addon or weakaura with this code.

1 Like

Thank you very much.

This is working just like the way I wanted it! :slight_smile:

Thank you again.

/cheer

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.