View Single Post
01-02-21, 01:25 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
Add the following line above the bordercolor line like so:

Lua Code:
  1. if not frmOptions.SetBackdrop then Mixin(frmOptions,BackdropTemplateMixin) end
  2. frmOptions:SetBackdropBorderColor(0.8, 0.6, 0.5, 0.9);
  Reply With Quote