You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
980 lines
60 KiB
980 lines
60 KiB
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
|
|
<Script file="Preference.lua"/>
|
|
|
|
<Button name="NarciPreferenceColorButtonTemplate" virtual="true">
|
|
<Size x="18" y="18"/>
|
|
<HitRectInsets>
|
|
<AbsInset left="-2" right="-2" top="-2" bottom="-2"/>
|
|
</HitRectInsets>
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<Texture parentKey="Color">
|
|
<Size x="14" y="14"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" relativeKey="$parent" relativePoint="CENTER" x="0" y="0"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
<Layer level="ARTWORK">
|
|
<Texture parentKey="Overlay" hidden="true">
|
|
<Size x="14" y="14"/>
|
|
<Color r="1" g="1" b="1" a="0.35"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" relativeKey="$parent" relativePoint="CENTER" x="0" y="0"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Frame inherits="NarciLineBorderTemplate"/>
|
|
</Frames>
|
|
<Scripts>
|
|
<OnEnter>
|
|
self.Overlay:Show();
|
|
</OnEnter>
|
|
<OnLeave>
|
|
self.Overlay:Hide();
|
|
</OnLeave>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Button name="NarciPreferenceCheckBoxTemplate" inherits="NarciCheckBoxTemplate" virtual="true" mixin="NarciPreferenceCheckBoxMixin">
|
|
<Size x="80" y="14"/>
|
|
<HitRectInsets>
|
|
<AbsInset left="0" right="0" top="0" bottom="0"/>
|
|
</HitRectInsets>
|
|
<Scripts>
|
|
<OnClick method="OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Button name="NarciPreferenceRadioButtonTemplate" inherits="NarciCheckBoxTemplate" virtual="true" mixin="NarciPreferenceRadioButtonMixin">
|
|
<Size x="80" y="14"/>
|
|
<HitRectInsets>
|
|
<AbsInset left="0" right="0" top="0" bottom="0"/>
|
|
</HitRectInsets>
|
|
<Scripts>
|
|
<OnClick method="OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Slider name="NarciPreferenceHorizontalSliderTemplate" inherits="NarciHorizontalSliderWithMarksTemplate" obeyStepOnDrag="true" virtual="true" mixin="NarciPreferenceSliderMixin">
|
|
<Size x="160" y="6"/>
|
|
<Scripts>
|
|
<OnValueChanged method="OnValueChanged"/>
|
|
</Scripts>
|
|
</Slider>
|
|
|
|
<FontString name="NarciPreferenceDescriptionTemplate" inherits="NarciPrefFontGreyThin9" justifyH="LEFT" justifyV="TOP" spacing="2" virtual="true">
|
|
<Size x="300" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Label" relativePoint="BOTTOMLEFT" x="0" y="-4"/>
|
|
</Anchors>
|
|
</FontString>
|
|
|
|
<Frame name="Narci_Preference_TabTemplate" virtual="true">
|
|
<!--Layers>
|
|
<Layer level="BACKGROUND">
|
|
<Texture>
|
|
<Color r="1" g="0" b="0" a="0.25"/>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers-->
|
|
<Scripts>
|
|
<OnLoad>
|
|
self:SetHeight(self:GetParent():GetParent():GetHeight());
|
|
</OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Button name="Narci_TabButtonTemplate" registerForClicks="LeftButtonUp, RightButtonUp" virtual="true" useParentLevel="true">
|
|
<Size y="16"/>
|
|
<PushedTextOffset>
|
|
<AbsDimension x="-1" y="-0.6"/>
|
|
</PushedTextOffset>
|
|
<Anchors>
|
|
<Anchor point="LEFT"/>
|
|
<Anchor point="RIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<Texture parentKey="HighlightColor" hidden="true">
|
|
<Color a="1" r="0.1372" g="0.3765" b="0.5765"/>
|
|
</Texture>
|
|
<Texture parentKey="SelectedColor" setAllPoints="true" hidden="false" Alpha="0.6">
|
|
<Color a="1" r="0.1372" g="0.3765" b="0.5765"/>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
|
|
<ButtonText name="$parentTitleText" inherits="NarciNonInteractiveFont" justifyH="LEFT" justifyV="MIDDLE" maxLines="1" parentKey="Name">
|
|
<Color a="1" r="0.72" g="0.72" b="0.72"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="10" y="0"/>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT" x="-10" y="0"/>
|
|
</Anchors>
|
|
</ButtonText>
|
|
|
|
<Scripts>
|
|
<OnEnter>
|
|
self.HighlightColor:Show();
|
|
</OnEnter>
|
|
<OnLeave>
|
|
self.HighlightColor:Hide();
|
|
</OnLeave>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Button name="Narci_PreferenceButton" parent="Narci_PhotoModeToolbar" inherits="Narci_RoundButtonTemplate">
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeTo="PhotoModeControllerBar" relativePoint="RIGHT" x="0"/>
|
|
</Anchors>
|
|
<Size>
|
|
<AbsDimension x="24" y="24"/>
|
|
</Size>
|
|
<HitRectInsets>
|
|
<AbsInset left="-4" right="-10" top="-10" bottom="-10"/>
|
|
</HitRectInsets>
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Tooltip\Gear" Alpha="1" hidden="false" parentKey="Icon">
|
|
<TexCoords left="0" right="0.5" top="0" bottom="1"/>
|
|
<Size x="12" y="12"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" relativePoint="CENTER"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
<Layer level="OVERLAY">
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Widgets\LightSetup\UI" Alpha="1" hidden="false" parentKey="Border">
|
|
<TexCoords left="0.75" right="0.8359375" top="0" bottom="0.171875"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativePoint="TOPLEFT"/>
|
|
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
<HighlightTexture file="Interface\AddOns\Narcissus\Art\Tooltip\Gear" Alpha="0.5">
|
|
<TexCoords left="0.5" right="1" top="0" bottom="1"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Icon" relativePoint="TOPLEFT"/>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Icon" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
</HighlightTexture>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.tooltipHeadline = Narci.L["Preferences"];
|
|
self.tooltipLineOpen = Narci.L["Preferences Tooltip"];
|
|
</OnLoad>
|
|
<OnEnter>
|
|
Narci_ShowButtonTooltip(self);
|
|
</OnEnter>
|
|
<OnLeave>
|
|
Narci:HideButtonTooltip(self);
|
|
</OnLeave>
|
|
<OnClick function="Narci_PreferenceButton_OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Texture name="NarciPinkHeartTemplate" file="Interface\AddOns\Narcissus\Art\Preference\PinkHeart" virtual="true">
|
|
<Size x="32" y="32"/>
|
|
<Animations>
|
|
<AnimationGroup parentKey="animIn">
|
|
<Scale scaleX="0.5" scaleY="0.5" duration="0" order="1"/>
|
|
<Scale scaleX="2.5" scaleY="2.5" duration="0.15" order="2"/>
|
|
<Scale startDelay="0.15" scaleX="0.8" scaleY="0.8" duration="0.15" order="2"/>
|
|
<Translation parentKey="Translation" offsetY="-360" duration="6" order="2"/>
|
|
<Scripts>
|
|
<OnPlay>
|
|
self:GetParent():GetParent().ReusedTexture = nil;
|
|
</OnPlay>
|
|
<OnFinished>
|
|
local tex = self:GetParent();
|
|
tex:SetAlpha(0);
|
|
tex:GetParent().ReusedTexture = tex;
|
|
</OnFinished>
|
|
<OnStop>
|
|
local tex = self:GetParent();
|
|
tex:SetAlpha(0);
|
|
tex:GetParent().ReusedTexture = tex;
|
|
</OnStop>
|
|
</Scripts>
|
|
</AnimationGroup>
|
|
</Animations>
|
|
</Texture>
|
|
|
|
<Frame name="Narci_Preference" parent="Narci_Vignette" ignoreParentScale="true" FrameStrata="DIALOG" enableMouse="false" enableMouseMotion="true" hidden="true" Alpha="0" scale="1" inherits="NarciChamferedFrameTemplate" mixin="NarciPreferenceMixin">
|
|
<Size x="512" y="316"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" relativeTo="Narci_VirtualLineCenter" relativePoint="CENTER" x="0"/>
|
|
</Anchors>
|
|
<Layers>
|
|
</Layers>
|
|
<Frames>
|
|
<Frame parentKey="LoveContainer" clipChildren="true" Alpha="1">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="2" y="-2"/>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT" x="-2" y="2"/>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnHide>
|
|
self:StopAnimating();
|
|
</OnHide>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Button inherits="NarciCloseButtonTemplate">
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" x="0" y="0"/>
|
|
</Anchors>
|
|
</Button>
|
|
|
|
<ScrollFrame parentKey="ScrollFrame"> <!--Narci_Preference_ListScrollFrame.scrollBar-->
|
|
<Size x="416" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT" x="-2" y="-2"/>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT" x="-2" y="2"/>
|
|
</Anchors>
|
|
<ScrollChild>
|
|
<Frame parentKey="scrollChild">
|
|
<Size x="8" y="930"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY" textureSubLevel="3">
|
|
<Texture setAllPoints="true">
|
|
<Color r="0.0" g="0.0" b="0.0" a="0.0"/>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="Tab1">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT"/>
|
|
</Anchors>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="Tab2">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Tab1" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.Tab1" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="Tab3" name="NarciPref_Themes">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Tab2" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.Tab2" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer>
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Preference\BorderTheme" Alpha="1" hidden="false" parentKey="Preview">
|
|
<TexCoords left="0.5" right="1" top="0" bottom="1"/>
|
|
<Size x="100" y="100"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="220" y="-10"/>
|
|
</Anchors>
|
|
</Texture>
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Preference\TooltipTheme" Alpha="1" hidden="false" parentKey="Preview2">
|
|
<TexCoords left="0" right="1" top="0" bottom="0.5"/>
|
|
<Size x="200" y="100"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="172" y="-138"/>
|
|
</Anchors>
|
|
</Texture>
|
|
<MaskTexture file="Interface\AddOns\Narcissus\Art\Preference\TooltipTheme-Mask" hWrapMode="CLAMPTOBLACKADDITIVE" vWrapMode="CLAMPTOBLACKADDITIVE">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Preview2" relativePoint="TOPLEFT"/>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.Preview2" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<MaskedTextures>
|
|
<MaskedTexture childKey="Preview2"/>
|
|
</MaskedTextures>
|
|
</MaskTexture>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="Tab4">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Tab3" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.Tab3" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="Tab5">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Tab4" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.Tab4" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer>
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Preference\BustShot" parentKey="Preview">
|
|
<Size x="100" y="75"/>
|
|
<TexCoords left="0" right="0.5" top="0" bottom="0.75"/>
|
|
<Anchors>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT" x="-80" y="16"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="Tab6"> <!--Photo Mode-->
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Tab5" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.Tab5" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer>
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Preference\Layouts" parentKey="Preview">
|
|
<TexCoords left="0" right="0.4443359375" top="0" bottom="0.5"/>
|
|
<Size x="154" y="86"/>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT" x="-28" y="-28"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="Tab7"> <!--Database-->
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Tab6" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.Tab6" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="CreatureTab">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Tab7" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.Tab7" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer>
|
|
<FontString parentKey="Cate1" inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="TOP" text="Database">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="16" y="-16"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString parentKey="Cate2" inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="TOP" text="Tooltip">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Cate1" relativePoint="TOPLEFT" x="0" y="-81"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString name="Narci_LoadOnDemandNotes" parentKey="Notes" inherits="NarciPrefFontGrey9" justifyH="CENTER" justifyV="TOP" hidden="true" text="NARCI_REQUIRE_RELOAD">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP" x="0" y="-16"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Button name="Narci_LoadOnDemandSwitch" inherits="NarciPreferenceCheckBoxTemplate" parentKey="LoadOnDemand">
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent.Cate1" relativePoint="LEFT" x="18" y="-26"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString inherits="NarciPreferenceDescriptionTemplate" parentKey="Description"/>
|
|
</Layer>
|
|
</Layers>
|
|
</Button>
|
|
|
|
<Button name="Narci_FindRelativesSwitch" inherits="NarciPreferenceCheckBoxTemplate" parentKey="FindRelatives">
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent.Cate2" relativePoint="LEFT" x="18" y="-26"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString inherits="NarciPreferenceDescriptionTemplate" parentKey="Description"/>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Button parentKey="KeyBinding" inherits="NarciInternalKeyBindingButtonTemplate">
|
|
<KeyValues>
|
|
<KeyValue key="actionName" value="SearchRelativesHotkey" type="string"/>
|
|
<KeyValue key="defaultKey" value="TAB" type="string"/>
|
|
</KeyValues>
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="RIGHT" x="96" y="1"/>
|
|
</Anchors>
|
|
<Size x="64" y="16"/>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Label:SetText(Narci.L["Hotkey"]);
|
|
self.Description:ClearAllPoints();
|
|
self.Description:SetPoint("BOTTOMLEFT", self, "TOPLEFT", 0, 6);
|
|
</OnLoad>
|
|
</Scripts>
|
|
</Button>
|
|
</Frames>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Label:SetText(Narci.L["Find Relatives"]);
|
|
self.Description:SetText(Narci.L["Find Related Creatures Description"]);
|
|
</OnLoad>
|
|
<OnClick function="Narci_FindRelativesSwitch_OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Button name="Narci_TranslateNameSwitch" inherits="NarciPreferenceCheckBoxTemplate" parentKey="Translator">
|
|
<Anchors>
|
|
<Anchor point="TOP" relativeKey="$parent.FindRelatives" relativePoint="BOTTOM" x="0" y="-36"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString inherits="NarciPreferenceDescriptionTemplate" parentKey="Description"/>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Label:SetText(Narci.L["Translate Names"]);
|
|
self.enabledText = Narci.L["Translate Names Description On"];
|
|
self.disabledText = Narci.L["Translate Names Description Off"];
|
|
</OnLoad>
|
|
<OnClick function="Narci_TranslatorSwitch_OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Button inherits="NarciPreferenceCheckBoxTemplate" parentKey="OnTooltip" id="1">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Translator.Description" relativePoint="BOTTOMLEFT" x="1" y="-11.2"/>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Label:SetText(Narci.L["Tooltip"]);
|
|
</OnLoad>
|
|
<OnClick function="Narci_TranslationPositionButton_OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Button inherits="NarciPreferenceCheckBoxTemplate" parentKey="OnNamePlate" id="2">
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent.OnTooltip" relativePoint="LEFT" x="0" y="-24"/>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Label:SetText(Narci.L["Name Plate"]);
|
|
</OnLoad>
|
|
<OnClick function="Narci_TranslationPositionButton_OnClick"/>
|
|
</Scripts>
|
|
|
|
|
|
<Frames>
|
|
<Button inherits="NarciBindingButtonTemplate" parentKey="OffsetSetting">
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="RIGHT" x="80" y="1"/>
|
|
</Anchors>
|
|
<Size x="48" y="16"/>
|
|
<Frames>
|
|
<EditBox parentKey="EditBox" autoFocus="false" multiLine="false" numeric="false" hidden="true">
|
|
<Size x="48" y="16"/>
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="LEFT"/>
|
|
<Anchor point="RIGHT" relativeKey="$parent" relativePoint="RIGHT"/>
|
|
</Anchors>
|
|
<FontString inherits="NarciPrefFontWhiteLabel" justifyH="CENTER" justifyV="TOP"/>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self:SetTextColor(0, 0, 0);
|
|
self:SetShadowColor(1, 1, 1);
|
|
self:SetShadowOffset(0.6, -0.6);
|
|
</OnLoad>
|
|
<OnEscapePressed>
|
|
self:HighlightText(0, 0);
|
|
self:ClearFocus();
|
|
</OnEscapePressed>
|
|
<OnEditFocusLost>
|
|
self:Hide();
|
|
</OnEditFocusLost>
|
|
</Scripts>
|
|
</EditBox>
|
|
</Frames>
|
|
<Scripts>
|
|
|
|
</Scripts>
|
|
</Button>
|
|
</Frames>
|
|
</Button>
|
|
|
|
<Button inherits="NarciPreferenceCheckBoxTemplate" parentKey="SelectLanguage">
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent.OnNamePlate" relativePoint="LEFT" x="0" y="-36"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="TOP" parentKey="Description" spacing="2">
|
|
<Size x="270" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="BOTTOMLEFT" relativeKey="$parent.Label" relativePoint="TOPLEFT" x="-17" y="4"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.singular = Narci.L["Select A Language"];
|
|
self.plural = Narci.L["Select Multiple Languages"];
|
|
</OnLoad>
|
|
<OnClick function="Narci_SelectLanguage_OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
</Frames>
|
|
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Preference\TranslatedNamePosition" hidden="true" parentKey="Jaina">
|
|
<TexCoords left="0.5" right="1" top="0" bottom="1"/>
|
|
<Size x="100" y="100"/>
|
|
<Anchors>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="BOTTOMRIGHT" x="-28" y="16"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
<Layer level="OVERLAY">
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Preference\TranslatedNamePosition" hidden="true" parentKey="Preview">
|
|
<TexCoords left="0" right="0.5" top="0" bottom="0.5"/>
|
|
<Size x="100" y="50"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" relativeKey="$parent.Jaina" relativePoint="CENTER" x="0" y="0"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="Tab8"> <!--Soulbinds-->
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.CreatureTab" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.CreatureTab" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Preference\ConduitTooltip" parentKey="Preview">
|
|
<Size x="192" y="96"/>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT" x="-28" y="-36"/>
|
|
</Anchors>
|
|
</Texture>
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Preference\DominationIndicator" parentKey="Preview2">
|
|
<Size x="96" y="96"/>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT" x="-28" y="-160"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="ExtensionTab">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Tab8" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.Tab8" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer>
|
|
<FontString parentKey="Cate1" inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="TOP">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="16" y="-16"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Button name="Narci_AFKScreenSwitch" inherits="NarciPreferenceCheckBoxTemplate" parentKey="AFK">
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent.Cate1" relativePoint="LEFT" x="18" y="-26"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString inherits="NarciPreferenceDescriptionTemplate" parentKey="Description"/>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Label:SetText(Narci.L["AFK Screen"]);
|
|
self.Description:SetText(Narci.L["AFK Screen Description"]);
|
|
</OnLoad>
|
|
<OnClick function="Narci_AFKScreenSwitch_OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Button name="Narci_AFKAutoStandSwitch" inherits="NarciPreferenceCheckBoxTemplate" parentKey="AutoStand">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.AFK.Description" relativePoint="BOTTOMLEFT" x="1" y="-11.2"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString inherits="NarciPreferenceDescriptionTemplate" parentKey="Description"/>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Label:SetText(Narci.L["Keep Standing"]);
|
|
self.Description:SetText(Narci.L["Keep Standing Description"]);
|
|
</OnLoad>
|
|
<OnClick function="Narci_AFKAutoStand_OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Button name="Narci_GemManagerSwitch" inherits="NarciPreferenceCheckBoxTemplate" parentKey="Gemma">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.AFK" relativePoint="BOTTOMLEFT" x="0" y="-124"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString inherits="NarciPreferenceDescriptionTemplate" parentKey="Description"/>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Label:SetText(Narci.L["Gemma"]);
|
|
self.Description:SetText(Narci.L["Gemma Description"]);
|
|
</OnLoad>
|
|
<OnClick function="Narci_GemManagerSwitch_OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
<Button name="Narci_DressingRoomSwitch" inherits="NarciPreferenceCheckBoxTemplate">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Gemma" relativePoint="BOTTOMLEFT" x="0" y="-50"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString inherits="NarciPreferenceDescriptionTemplate" parentKey="Description"/>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Label:SetText(Narci.L["Dressing Room"]);
|
|
self.Description:SetText(Narci.L["Dressing Room Description"]);
|
|
</OnLoad>
|
|
<OnClick function="Narci_DressingRoomSwitch_OnClick"/>
|
|
</Scripts>
|
|
</Button>
|
|
</Frames>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="UltraWideSettings">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.ExtensionTab" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.ExtensionTab" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer>
|
|
<FontString parentKey="Cate1" inherits="NarciPrefFontGrey9" justifyH="CENTER" justifyV="TOP">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="16" y="-16"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Slider name="Narci_MoveBaselineSlider" inherits="NarciPreferenceHorizontalSliderTemplate" parentKey="MoveBaselineSlider">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="112" y="-40"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString inherits="NarciPreferenceDescriptionTemplate" parentKey="Description">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="BOTTOMLEFT" x="-38" y="-24"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
</Scripts>
|
|
</Slider>
|
|
</Frames>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="CreditTab" name="Narci_CreditList"> <!--Credits-->
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.UltraWideSettings" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.UltraWideSettings" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer>
|
|
<FontString parentKey="Cate1" inherits="NarciPrefFontGrey9" justifyH="CENTER" justifyV="TOP" text="Patrons">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOP" relativeKey="$parent" relativePoint="TOP" x="0" y="-20"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString parentKey="PatronListLeft" inherits="NarciPrefFontWhiteMild" justifyH="LEFT" justifyV="TOP" spacing="2">
|
|
<Size x="110" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOP" relativeKey="$parent.Cate1" relativePoint="BOTTOM" y="-16"/>
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="LEFT" x="28"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString parentKey="PatronListMid" inherits="NarciPrefFontWhiteMild" justifyH="LEFT" justifyV="TOP" spacing="2">
|
|
<Size x="110" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.PatronListLeft" relativePoint="TOPRIGHT" x="20"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString parentKey="PatronListRight" inherits="NarciPrefFontWhiteMild" justifyH="LEFT" justifyV="TOP" spacing="2">
|
|
<Size x="110" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.PatronListMid" relativePoint="TOPRIGHT" x="20"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString parentKey="Cate2" inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="TOP" text="Acknowledgement">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" relativeKey="$parent" relativePoint="BOTTOM" y="100"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString parentKey="ExtraList" inherits="NarciPrefFontWhiteMild" justifyH="LEFT" justifyV="TOP" spacing="2">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOP" relativeKey="$parent.Cate2" relativePoint="BOTTOM" y="-16"/>
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="LEFT" x="28"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Animations>
|
|
<AnimationGroup parentKey="Timer">
|
|
<Translation duration="3" order="1"/>
|
|
<Scripts>
|
|
<OnFinished function="Narci_CreditList_OnFinished"/>
|
|
</Scripts>
|
|
</AnimationGroup>
|
|
</Animations>
|
|
<Scripts>
|
|
<OnHide>
|
|
self:StopAnimating();
|
|
</OnHide>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Frame inherits="Narci_Preference_TabTemplate" parentKey="Tab10">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.CreditTab" relativePoint="BOTTOMLEFT"/>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent.CreditTab" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer>
|
|
<FontString inherits="NarciPrefFontWhiteMild" justifyH="LEFT" justifyV="TOP" parentKey="Text1" text="NARCI_PROJECT_DETAILS" spacing="2">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="28" y="-20"/>
|
|
<Anchor point="RIGHT" relativeKey="$parent" relativePoint="RIGHT" x="-24"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Logos\Twitter" parentKey="Twitter" Alpha="0.72">
|
|
<Size x="20" y="20"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Text1" relativePoint="BOTTOMLEFT" x="0" y="-12"/>
|
|
</Anchors>
|
|
</Texture>
|
|
<FontString inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="MIDDLE" text="@Peterodox">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent.Twitter" relativePoint="RIGHT" x="8" y="0"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Logos\reddit-64" parentKey="reddit" Alpha="0.72">
|
|
<Size x="20" y="20"/>
|
|
<Anchors>
|
|
<Anchor point="TOP" relativeKey="$parent.Twitter" relativePoint="TOP"/>
|
|
<Anchor point="LEFT" relativeKey="$parent" relativePoint="CENTER"/>
|
|
</Anchors>
|
|
</Texture>
|
|
<FontString inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="MIDDLE" text="u/Peterodox">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeKey="$parent.reddit" relativePoint="RIGHT" x="8" y="0"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString parentKey="Cate1" inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="TOP" text="NARCI_ALL_PROJECTS">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Twitter" relativePoint="BOTTOMLEFT" x="0" y="-42"/>
|
|
</Anchors>
|
|
</FontString>
|
|
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Logos\AAA" parentKey="AAA" Alpha="0.72">
|
|
<Size x="48" y="48"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Cate1" relativePoint="BOTTOMLEFT" x="0" y="-12"/>
|
|
</Anchors>
|
|
</Texture>
|
|
<FontString inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="TOP" text="NARCI_PROJECT_AAA_TITLE" parentKey="P1">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.AAA" relativePoint="TOPRIGHT" x="8" y="0"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString inherits="NarciPrefFontWhiteMild" justifyH="LEFT" justifyV="TOP" text="NARCI_PROJECT_AAA_SUMMARY" spacing="2">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.P1" relativePoint="BOTTOMLEFT" x="0" y="-6"/>
|
|
<Anchor point="RIGHT" relativeKey="$parent" relativePoint="RIGHT" x="-24"/>
|
|
</Anchors>
|
|
</FontString>
|
|
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Logos\Narcissus" parentKey="Narcissus" Alpha="0.72">
|
|
<Size x="48" y="48"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.AAA" relativePoint="BOTTOMLEFT" x="0" y="-12"/>
|
|
</Anchors>
|
|
</Texture>
|
|
<FontString inherits="NarciPrefFontGrey9" justifyH="LEFT" justifyV="TOP" text="NARCI_GRADIENT" parentKey="P2">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Narcissus" relativePoint="TOPRIGHT" x="8" y="0"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString inherits="NarciPrefFontWhiteMild" justifyH="LEFT" justifyV="TOP" text="NARCI_PROJECT_NARCISSUS_SUMMARY" spacing="2">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.P2" relativePoint="BOTTOMLEFT" x="0" y="-6"/>
|
|
<Anchor point="RIGHT" relativeKey="$parent" relativePoint="RIGHT" x="-24"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Button parentKey="OpenSplash">
|
|
<Size x="120" y="24"/>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT" x="0" y="-20"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer>
|
|
<FontString inherits="NarciPrefFontWhiteMild" justifyH="RIGHT" justifyV="TOP" parentKey="Text">
|
|
<Size x="120" y="24"/>
|
|
<Color r="0.25" g="0.78" b="0.92"/>
|
|
<Anchors>
|
|
<Anchor point="RIGHT" relativeKey="$parent" relativePoint="RIGHT" x="-24"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.Text:SetText(SPLASH_BASE_HEADER);
|
|
</OnLoad>
|
|
<OnEnter>
|
|
self.Text:SetTextColor(0.88, 0.88, 0.88);
|
|
</OnEnter>
|
|
<OnLeave>
|
|
self.Text:SetTextColor(0.24, 0.78, 0.92);
|
|
</OnLeave>
|
|
<OnClick>
|
|
Narci:ShowSplash();
|
|
</OnClick>
|
|
</Scripts>
|
|
</Button>
|
|
</Frames>
|
|
</Frame>
|
|
</Frames>
|
|
|
|
<Scripts>
|
|
<OnLoad>
|
|
self:SetWidth( math.floor(self:GetParent():GetWidth()) )
|
|
</OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
</ScrollChild>
|
|
<Layers>
|
|
<Layer level="OVERLAY" textureSubLevel="3">
|
|
<Texture setAllPoints="true">
|
|
<Color r="1.0" g="1.0" b="1.0" a="0.0"/>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Slider valueStep="0.01" parentKey="scrollBar" frameLevel="10">
|
|
<Size x="0" y="0"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativePoint="TOPLEFT" x="0" y="0"/>
|
|
<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRLEFT" x="0" y="0"/>
|
|
</Anchors>
|
|
<ThumbTexture setAllPoints="true" parentKey="thumbTexture" Alpha="1">
|
|
<Size x="5" y="40"/>
|
|
<Color r="0.1" g="0.1" b="0.1" a="1"/>
|
|
</ThumbTexture>
|
|
<Scripts>
|
|
<OnShow>
|
|
self:SetValueStep(0.01)
|
|
</OnShow>
|
|
</Scripts>
|
|
</Slider>
|
|
</Frames>
|
|
<Scripts>
|
|
<OnLoad function="Narci_Preference_ScrollFrame_OnLoad"/>
|
|
</Scripts>
|
|
</ScrollFrame>
|
|
|
|
<Frame parentKey="TabButtonFrame">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="TOPLEFT" x="0" y="0"/>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.ScrollFrame" relativePoint="BOTTOMLEFT" x="0" y="0"/>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<Texture>
|
|
<Size x="8"/>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT"/>
|
|
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT"/>
|
|
</Anchors>
|
|
<Color r="0" g="0" b="0" a="1"/>
|
|
<Gradient orientation="HORIZONTAL">
|
|
<MinColor r="1" g="1" b="1" a="0"/>
|
|
<MaxColor r="1" g="1" b="1" a="0.66"/>
|
|
</Gradient>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
</Frames>
|
|
<Scripts>
|
|
<OnLoad method="OnLoad"/>
|
|
<OnShow method="OnShow"/>
|
|
<OnHide method="OnHide"/>
|
|
<OnMouseWheel method="OnMouseWheel"/>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Frame name="Narci_InterfaceOptionsPanel" hidden="true" parent="UIParent">
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<FontString parentKey="Header" text="NARCI_GRADIENT" inherits="GameFontNormalLarge" justifyH="LEFT" justifyV="TOP">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" x="16" y="-16"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<FontString parentKey="Description" text="" inherits="GameFontHighlightSmall" nonspacewrap="true" justifyH="LEFT" justifyV="TOP">
|
|
<Size>
|
|
<AbsDimension y="0" x="0"/>
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.Header" relativePoint="BOTTOMLEFT" y="-8"/>
|
|
<Anchor point="RIGHT" x="-32"/>
|
|
</Anchors>
|
|
</FontString>
|
|
<Texture file="Interface\AddOns\Narcissus\Art\Preference\ButtonPosition">
|
|
<Size x="256" y="64"/>
|
|
<Anchors>
|
|
<Anchor point="TOP" relativeKey="$parent.Description" relativePoint="BOTTOM" y="-16"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
</Ui>
|