View Single Post
05/24/18, 10:00 AM   #1
deljason
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 9
Hide Keybind bar background?

I'd like to alter the gamepad 'conversation' window a bit. So far I've been able to remove the background color from the text portion of the window (where the dialog is). I'd also like to remove the background color of the keybind bar (where it has the A or B button).

I cant seem to find the trick to doing that. Any ideas?

For the dialog body background its simple enough:

ZO_InteractWindow_GamepadBG:SetHidden (true)
  Reply With Quote