<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> <!-- These two frames are placed at the bottom of the top bar(s) and top of the bottom bar(s) to give addons a notion of what space Titan is using. A non zero size is needed for the anchors to respond properly. --> <Button name="TitanPanelTopAnchor" frameStrata="DIALOG" parent="UIParent" > <Size> <AbsDimension x="1" y="1" /> </Size> </Button> <Button name="TitanPanelBottomAnchor" frameStrata="DIALOG" parent="UIParent" > <Size> <AbsDimension x="1" y="1" /> </Size> </Button> </Ui>