Ignore:
Timestamp:
Mar 4, 2009, 2:03:52 PM (15 years ago)
Author:
maron
Message:

Doprogramovány texty rozhraní

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/CzWoW/OptionsFrame.xml

    r117 r141  
    11<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/
    22..\FrameXML\UI.xsd">
     3        <Frame name="SoundOptionsFrame" parent="AudioOptionsFrame">
     4                <Anchors>
     5                        <Anchor point="CENTER"/>
     6                </Anchors>
     7                <Layers>
     8                        <Layer level="ARTWORK">
     9                                <Texture name="SoundOptionsFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
     10                                        <Size>
     11                                                <AbsDimension x="256" y="64"/>
     12                                        </Size>
     13                                        <Anchors>
     14                                                <Anchor point="TOP" relativeTo="AudioOptionsFrameHeader">
     15                                                        <Offset>
     16                                                                <AbsDimension x="0" y="0"/>
     17                                                        </Offset>
     18                                                </Anchor>
     19                                        </Anchors>
     20                                </Texture>
     21                                        <FontString name="CzWoW_SOUND_OPTIONS" inherits="GameFontNormal" text="SOUND_OPTIONS">
     22                                        <Anchors>
     23                                                <Anchor point="TOP" relativeTo="AudioOptionsFrameHeader">
     24                                                        <Offset>
     25                                                                <AbsDimension x="0" y="-14"/>
     26                                                        </Offset>
     27                                                </Anchor>
     28                                        </Anchors>
     29                                </FontString>
     30                        </Layer>
     31                </Layers>
     32        </Frame>
    333        <Frame name="OptionsFrame" parent="OptionsFrame">
    434                <Layers>
Note: See TracChangeset for help on using the changeset viewer.