View Single Post
04/08/21, 01:25 AM   #3
Saenic
 
Saenic's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 7
Originally Posted by Baertram View Post
The background control is this line here:
It inherits from ZO_DefaultBackdrop which provides the texture.
You can change the inherit control to something else, so that it will use this texture.
e.g. to ZO_CenterlessBackdrop, ZO_ThinBackdrop, and so on -> see file linked below for the templates
The ZO_DefaultBackdrop is defined here:
https://github.com/esoui/esoui/blob/...plates.xml#L91
Thanks, I didn't know about this list. It was
Code:
<Backdrop name="$(parent)_BG" inherits="ZO_MinorMungeBackdrop_SemiTransparentBlack"><AnchorFill/></Backdrop>
  Reply With Quote