view KBF.xml @ 9:ede17cc71b66

Don't set bars to full & then actual value every update, flicker is bad
author Chris Mellon <arkanes@gmai.com>
date Tue, 12 Oct 2010 22:11:46 -0500
parents 3d4128c79074
children 5f07c89cb6af
line wrap: on
line source
<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">
    <!-- A button template for unit aura buttons -->
    <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true">
        <Attributes>
			<Attribute name="type" value="cancelaura" />
			<Attribute name="allowToggleVehicle" value="true" />
			<Attribute name="unit" value="player" />
		</Attributes>
		<Size>
			<AbsDimension x="216" y="16" />
		</Size>
    </Button>
</Ui>