Mercurial > wow > cyborg-mmo7
comparison OptionPage.xml @ 2:08c83fa555a5
Updated the popup strings
| author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
|---|---|
| date | Wed, 23 May 2012 10:58:25 +0000 |
| parents | a4e2eaf9cad9 |
| children | 461854a2849c |
comparison
equal
deleted
inserted
replaced
| 1:a4e2eaf9cad9 | 2:08c83fa555a5 |
|---|---|
| 573 </Backdrop> | 573 </Backdrop> |
| 574 <Layers> | 574 <Layers> |
| 575 <Layer level="ARTWORK"> | 575 <Layer level="ARTWORK"> |
| 576 <Texture name="$parentHeader" file="Interface\DialogFrame\UI-DialogBox-Header"> | 576 <Texture name="$parentHeader" file="Interface\DialogFrame\UI-DialogBox-Header"> |
| 577 <Size> | 577 <Size> |
| 578 <AbsDimension x="200" y="64"/> | 578 <AbsDimension x="500" y="64"/> |
| 579 </Size> | 579 </Size> |
| 580 <Anchors> | 580 <Anchors> |
| 581 <Anchor point="TOP"> | 581 <Anchor point="TOP"> |
| 582 <Offset> | 582 <Offset> |
| 583 <AbsDimension x="0" y="12"/> | 583 <AbsDimension x="0" y="12"/> |
| 585 </Anchor> | 585 </Anchor> |
| 586 </Anchors> | 586 </Anchors> |
| 587 </Texture> | 587 </Texture> |
| 588 <FontString name="$parentHeaderText" inherits="GameFontNormal" text="FillerText"> | 588 <FontString name="$parentHeaderText" inherits="GameFontNormal" text="FillerText"> |
| 589 <Size> | 589 <Size> |
| 590 <AbsDimension x="200" y="13"/> | 590 <AbsDimension x="500" y="13"/> |
| 591 </Size> | 591 </Size> |
| 592 <Anchors> | 592 <Anchors> |
| 593 <Anchor point="TOP" relativeTo="$parentHeader"> | 593 <Anchor point="TOP" relativeTo="$parentHeader"> |
| 594 <Offset> | 594 <Offset> |
| 595 <AbsDimension x="0" y="-13"/> | 595 <AbsDimension x="0" y="-13"/> |
| 596 </Offset> | 596 </Offset> |
| 597 </Anchor> | 597 </Anchor> |
| 598 </Anchors> | 598 </Anchors> |
| 599 </FontString> | 599 </FontString> |
| 600 <FontString inherits="GameFontNormal" text="BINDPAD_TEXT_PRESSKEY"> | 600 <FontString inherits="GameFontNormalLarge" name="$parentButtonName" text="Button Name"> |
| 601 <Anchors> | 601 <Anchors> |
| 602 <Anchor point="CENTER" relativeTo="$parent"> | 602 <Anchor point="CENTER" relativeTo="$parent"> |
| 603 <Offset> | 603 <Offset> |
| 604 <AbsDimension x="0" y="32"/> | 604 <AbsDimension x="0" y="32"/> |
| 605 </Offset> | 605 </Offset> |
| 606 </Anchor> | 606 </Anchor> |
| 607 </Anchors> | 607 </Anchors> |
| 608 </FontString> | 608 </FontString> |
| 609 <FontString name="$parentAction" inherits="GameFontNormalLarge" text="no action"> | 609 <FontString name="$parentKey" inherits="GameFontNormalLarge" text="KeyText"> |
| 610 <Anchors> | |
| 611 <Anchor point="CENTER" relativeTo="$parent"> | |
| 612 <Offset> | |
| 613 <AbsDimension x="0" y="8"/> | |
| 614 </Offset> | |
| 615 </Anchor> | |
| 616 </Anchors> | |
| 617 </FontString> | |
| 618 <FontString name="$parentKey" inherits="GameFontNormal" text="unbinded"> | |
| 619 <Anchors> | 610 <Anchors> |
| 620 <Anchor point="CENTER" relativeTo="$parent"> | 611 <Anchor point="CENTER" relativeTo="$parent"> |
| 621 <Offset> | 612 <Offset> |
| 622 <AbsDimension x="0" y="-16"/> | 613 <AbsDimension x="0" y="-16"/> |
| 623 </Offset> | 614 </Offset> |
| 634 <AbsDimension x="-3" y="-3"/> | 625 <AbsDimension x="-3" y="-3"/> |
| 635 </Offset> | 626 </Offset> |
| 636 </Anchor> | 627 </Anchor> |
| 637 </Anchors> | 628 </Anchors> |
| 638 </Button> | 629 </Button> |
| 639 <Button name="$parentExitButton" inherits="UIPanelButtonTemplate" text="BINDPAD_TEXT_EXIT"> | 630 <Button name="$parentExitButton" inherits="UIPanelButtonTemplate" text="Close"> |
| 640 <Size> | 631 <Size> |
| 641 <AbsDimension x="80" y="26"/> | 632 <AbsDimension x="80" y="26"/> |
| 642 </Size> | 633 </Size> |
| 643 <Anchors> | 634 <Anchors> |
| 644 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT"> | 635 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT"> |
| 646 <AbsDimension x="-12" y="12"/> | 637 <AbsDimension x="-12" y="12"/> |
| 647 </Offset> | 638 </Offset> |
| 648 </Anchor> | 639 </Anchor> |
| 649 </Anchors> | 640 </Anchors> |
| 650 <Scripts> | 641 <Scripts> |
| 642 <OnLoad> | |
| 643 LoadStrings(getglobal("BindingFrameHeaderText")) | |
| 644 LoadStrings(getglobal("BindingFrameExitButton")) | |
| 645 </OnLoad> | |
| 651 <OnClick> | 646 <OnClick> |
| 652 HideUIPanel(self:GetParent()); | 647 HideUIPanel(self:GetParent()); |
| 653 </OnClick> | |
| 654 </Scripts> | |
| 655 </Button> | |
| 656 <Button name="$parentUnbindButton" inherits="UIPanelButtonTemplate" text="BINDPAD_TEXT_UNBIND"> | |
| 657 <Size> | |
| 658 <AbsDimension x="80" y="26"/> | |
| 659 </Size> | |
| 660 <Anchors> | |
| 661 <Anchor point="BOTTOMRIGHT" relativeTo="$parentExitButton" relativePoint="BOTTOMLEFT"> | |
| 662 <Offset> | |
| 663 <AbsDimension x="-2" y="0"/> | |
| 664 </Offset> | |
| 665 </Anchor> | |
| 666 </Anchors> | |
| 667 <Scripts> | |
| 668 <OnClick> | |
| 669 BindPadBindFrame_Unbind(self); | |
| 670 </OnClick> | 648 </OnClick> |
| 671 </Scripts> | 649 </Scripts> |
| 672 </Button> | 650 </Button> |
| 673 </Frames> | 651 </Frames> |
| 674 | 652 |
