Commit 3174c23b authored by Ivaria's avatar Ivaria
Browse files

More attempted backdrop fixes

parent 86f057bd
......@@ -39,6 +39,8 @@ BACKDROP_VUHDO_BUFF_SWATCH_PANEL_8_8_0000 = {
insets = { left = 0, right = 0, top = 0, bottom = 0 },
};
BACKDROP_COLOR_VUHDO_BUFF_SWATCH_PANEL = CreateColor(0, 0, 0);
BACKDROP_VUHDO_BUFF_WATCH_MAIN_FRAME_16_16_5555 = {
bgFile = "Interface\\Tooltips\\UI-Tooltip-Background",
edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
......
......@@ -25,6 +25,7 @@
<Frame name="VuhDoBuffSwatchPanelTemplate" virtual="true" inherits="BackdropTemplate" mixin="BackdropTemplateMixin">
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_VUHDO_BUFF_SWATCH_PANEL_8_8_0000" type="global" />
<KeyValue key="backdropColor" value="BACKDROP_COLOR_VUHDO_BUFF_SWATCH_PANEL" type="global" />
</KeyValues>
<Size>
<AbsDimension x="75" y="24" />
......
......@@ -1960,7 +1960,10 @@
</Anchor>
</Anchors>
<ScrollChild>
<Frame name="$parentSelectPanel" mixin="BackdropTemplateMixin">
<Frame name="$parentSelectPanel" inherits="BackdropTemplate" mixin="BackdropTemplateMixin">
<!-- <KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_VUHDO_SCROLL_PANEL_2_16_16_0000" type="global" />
</KeyValues> -->
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
......@@ -2099,7 +2102,10 @@
</Anchor>
</Anchors>
<ScrollChild>
<Frame name="$parentSelectPanel" mixin="BackdropTemplateMixin">
<Frame name="$parentSelectPanel" inherits="BackdropTemplate" mixin="BackdropTemplateMixin">
<!-- <KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_VUHDO_SCROLL_PANEL_2_16_16_0000" type="global" />
</KeyValues> -->
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
......@@ -2412,7 +2418,10 @@
</Anchor>
</Anchors>
<ScrollChild>
<Frame name="$parentSelectPanel" mixin="BackdropTemplateMixin">
<Frame name="$parentSelectPanel" inherits="BackdropTemplate" mixin="BackdropTemplateMixin">
<!-- <KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_VUHDO_SCROLL_PANEL_2_16_16_0000" type="global" />
</KeyValues> -->
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment