Various fixes

This commit is contained in:
Lars Söderberg 2013-08-25 23:15:20 +02:00
parent 7aee1da5c6
commit e33239eae5
20 changed files with 263 additions and 262 deletions

View file

@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<MyGUI> <MyGUI>
<MyGUI type="List"> <MyGUI type="List">
<List file="core.skin" /> <List file="core.skin"/>
<List file="openmw_resources.xml" /> <List file="openmw_resources.xml"/>
<List file="openmw_font.xml"/> <List file="openmw_font.xml"/>
<List file="openmw_text.skin.xml" /> <List file="openmw_text.skin.xml"/>
<List file="openmw_windows.skin.xml" /> <List file="openmw_windows.skin.xml"/>
<List file="openmw_button.skin.xml" /> <List file="openmw_button.skin.xml"/>
<List file="openmw_list.skin.xml" /> <List file="openmw_list.skin.xml"/>
<List file="openmw_edit.skin.xml" /> <List file="openmw_edit.skin.xml"/>
<List file="openmw_box.skin.xml" /> <List file="openmw_box.skin.xml"/>
<List file="openmw_progress.skin.xml" /> <List file="openmw_progress.skin.xml"/>
<List file="openmw_hud_energybar.skin.xml" /> <List file="openmw_hud_energybar.skin.xml"/>
<List file="openmw_hud_box.skin.xml" /> <List file="openmw_hud_box.skin.xml"/>
<List file="openmw_mainmenu_skin.xml" /> <List file="openmw_mainmenu_skin.xml"/>
<List file="openmw_console.skin.xml" /> <List file="openmw_console.skin.xml"/>
<List file="openmw_journal_skin.xml" /> <List file="openmw_journal_skin.xml"/>
<List file="openmw_map_window_skin.xml" /> <List file="openmw_map_window_skin.xml"/>
<List file="openmw_dialogue_window_skin.xml" /> <List file="openmw_dialogue_window_skin.xml"/>
<List file="openmw_scroll_skin.xml" /> <List file="openmw_scroll_skin.xml"/>
<List file="openmw_settings.xml" /> <List file="openmw_settings.xml"/>
</MyGUI> </MyGUI>
</MyGUI> </MyGUI>

View file

@ -2,7 +2,7 @@
<MyGUI type="Layout"> <MyGUI type="Layout">
<Widget type="Window" skin="MW_Window_NoCaption" layer="Windows" position="0 0 588 444" name="_Main"> <Widget type="Window" skin="MW_Window_NoCaption" layer="Windows" position="0 0 588 444" name="_Main">
<Property key="MinSize" value="420 360"/> <Property key="MinSize" value="425 360"/>
<!-- Name --> <!-- Name -->

View file

@ -62,7 +62,7 @@
<!-- Button widget --> <!-- Button widget -->
<Skin name="MW_Button" size="136 24"> <Skin name="MW_Button" size="136 24">
<Property key="FontName" value="Default"/> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Child type="Widget" skin="BTN_Left" offset="0 4 4 16" align="VStretch Left"/> <Child type="Widget" skin="BTN_Left" offset="0 4 4 16" align="VStretch Left"/>
<Child type="Widget" skin="BTN_Right" offset="132 4 4 16" align="VStretch Right"/> <Child type="Widget" skin="BTN_Right" offset="132 4 4 16" align="VStretch Right"/>

View file

@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout"> <MyGUI type="Layout">
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 300 125" name="_Main"> <Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 300 130" name="_Main">
<Property key="Visible" value="false"/> <Property key="Visible" value="false"/>
<Widget type="EditBox" skin="MW_TextEditClient" position="8 8 284 400" name="Message" align="Left Top Stretch"> <Widget type="EditBox" skin="MW_TextEditClient" position="8 8 284 400" name="Message" align="Left Top Stretch">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Top HCenter" /> <Property key="TextAlign" value="Top HCenter"/>
<Property key="TextColour" value="0.75 0.6 0.35" /> <Property key="TextColour" value="0.75 0.6 0.35"/>
<Property key="Static" value="true"/> <Property key="Static" value="true"/>
<Property key="WordWrap" value="true"/> <Property key="WordWrap" value="true"/>
<Property key="MultiLine" value="true" /> <Property key="MultiLine" value="true"/>
</Widget> </Widget>
<Widget type="HBox" position="0 84 272 24" align="Right Bottom"> <Widget type="HBox" position="0 89 272 24" align="Right Bottom">
<Widget type="Widget"> <Widget type="Widget">
<UserString key="HStretch" value="true"/> <UserString key="HStretch" value="true"/>
</Widget> </Widget>

View file

@ -2,7 +2,7 @@
<MyGUI type="Layout"> <MyGUI type="Layout">
<Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Console" name="_Main"> <Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Console" name="_Main">
<Property key="Caption" value="#{sConsoleTitle}"/> <Property key="Caption" value="#{sConsoleTitle}"/>
<Property key="MinSize" value="405 245"/> <Property key="MinSize" value="400 245"/>
<Property key="MaxSize" value="2000 2000"/> <Property key="MaxSize" value="2000 2000"/>
<Property key="Visible" value="false"/> <Property key="Visible" value="false"/>
@ -12,7 +12,7 @@
</Widget> </Widget>
<!-- Command line --> <!-- Command line -->
<Widget type="EditBox" skin="MW_ConsoleCommand" position="2 335 380 28" align="HStretch Bottom" name="edit_Command"/> <Widget type="EditBox" skin="MW_ConsoleCommand" position="0 338 384 28" align="HStretch Bottom" name="edit_Command"/>
</Widget> </Widget>
</MyGUI> </MyGUI>

View file

@ -1,30 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Skin"> <MyGUI type="Skin">
<!-- Console Output -->
<Skin name="MW_LogClient" size="10 10"> <Skin name="MW_LogClient" size="10 10">
<Property key="FontName" value="MonoFont" /> <Property key="FontName" value="MonoFont"/>
<Property key="TextAlign" value="Left Top" /> <Property key="TextAlign" value="Left Top"/>
<Property key="TextColour" value="1 1 1" /> <Property key="TextColour" value="1 1 1"/>
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/> <BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
</Skin> </Skin>
<!-- The edit control used for entering commands -->
<Skin name="MW_ConsoleCommand" size="29 28">
<Child type="TextBox" skin="MW_EditClient" offset="2 1 23 22" align="Bottom Stretch" name="Client"/>
<Child type="Widget" skin="MW_Box" offset="0 0 29 26" align="Bottom Stretch"/>
</Skin>
<Skin name="MW_ConsoleLog" size="0 0 50 50"> <Skin name="MW_ConsoleLog" size="0 0 50 50">
<Property key="WordWrap" value="true" /> <Property key="WordWrap" value="true"/>
<Child type="TextBox" skin="MW_LogClient" offset="0 0 35 10" align="Stretch" name="Client"/> <Child type="TextBox" skin="MW_LogClient" offset="0 0 35 10" align="Stretch" name="Client"/>
</Skin> </Skin>
<!-- Console Input -->
<Skin name="MW_EditClient" size="10 10"> <Skin name="MW_EditClient" size="10 10">
<Property key="FontName" value="MonoFont" /> <Property key="FontName" value="MonoFont"/>
<Property key="TextAlign" value="Left VCenter" /> <Property key="TextAlign" value="Left VCenter"/>
<Property key="TextColour" value="1 1 1" /> <Property key="TextColour" value="1 1 1"/>
<!--Property key="Pointer" value="beam" /-->
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/> <BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
</Skin> </Skin>
<Skin name="MW_ConsoleCommand" size="29 28">
<Child type="TextBox" skin="MW_EditClient" offset="4 2 19 22" align="Bottom Stretch" name="Client"/>
<Child type="Widget" skin="MW_Box" offset="0 0 29 26" align="Bottom Stretch"/>
</Skin>
</MyGUI> </MyGUI>

View file

@ -8,11 +8,11 @@
</Skin> </Skin>
<Skin name="MW_DispositionEdit" size="0 0 50 50"> <Skin name="MW_DispositionEdit" size="0 0 50 50">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="Colour" value="0000FF" /> <Property key="Colour" value="0000FF"/>
<Property key="Static" value="1" /> <Property key="Static" value="1"/>
<Property key="WordWrap" value="true" /> <Property key="WordWrap" value="true"/>
<Child type="TextBox" skin="MW_DispEdit" offset="0 0 0 -4" align="Stretch" name="Client"/> <Child type="TextBox" skin="MW_DispEdit" offset="0 0 0 -4" align="Stretch" name="Client"/>
</Skin> </Skin>

View file

@ -21,12 +21,10 @@
<!-- Input --> <!-- Input -->
<Property key="FontName" value="Default"/> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left VCenter"/>
<Property key="TextColour" value="0.75 0.6 0.35"/>
<Property key="TextAlign" value="Left VCenter" /> <Child type="TextBox" skin="MW_TextEditClient" offset="4 1 502 18" align="Stretch" name="Client"/>
<Property key="TextColour" value="0.75 0.6 0.35" />
<Child type="TextBox" skin="MW_TextEditClient" offset="2 2 508 18" align="Stretch" name="Client"/>
<!-- Borders --> <!-- Borders -->
@ -39,9 +37,9 @@
<Property key="FontName" value="Default"/> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left Top" /> <Property key="TextAlign" value="Left Top"/>
<Property key="TextColour" value="0.75 0.6 0.35" /> <Property key="TextColour" value="0.75 0.6 0.35"/>
<Child type="TextBox" skin="MW_TextBoxEditClient" offset="2 2 490 18" align="Stretch" name="Client"/> <Child type="TextBox" skin="MW_TextBoxEditClient" offset="2 2 490 18" align="Stretch" name="Client"/>

View file

@ -43,32 +43,32 @@
<!-- Main energy bar widget definitions. There's one for each color.--> <!-- Main energy bar widget definitions. There's one for each color.-->
<Skin name="MW_EnergyBar_Red" size="64 12"> <Skin name="MW_EnergyBar_Red" size="64 12">
<Property key="TrackSkin" value="MW_BarTrack_Red" /> <Property key="TrackSkin" value="MW_BarTrack_Red"/>
<Property key="TrackWidth" value="1" /> <Property key="TrackWidth" value="1"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin> </Skin>
<Skin name="MW_EnergyBar_Green" size="64 12"> <Skin name="MW_EnergyBar_Green" size="64 12">
<Property key="TrackSkin" value="MW_BarTrack_Green" /> <Property key="TrackSkin" value="MW_BarTrack_Green"/>
<Property key="TrackWidth" value="1" /> <Property key="TrackWidth" value="1"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin> </Skin>
<Skin name="MW_EnergyBar_Blue" size="64 12"> <Skin name="MW_EnergyBar_Blue" size="64 12">
<Property key="TrackSkin" value="MW_BarTrack_Blue" /> <Property key="TrackSkin" value="MW_BarTrack_Blue"/>
<Property key="TrackWidth" value="1" /> <Property key="TrackWidth" value="1"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin> </Skin>
<Skin name="MW_EnergyBar_Yellow" size="64 12"> <Skin name="MW_EnergyBar_Yellow" size="64 12">
<Property key="TrackSkin" value="MW_BarTrack_Yellow" /> <Property key="TrackSkin" value="MW_BarTrack_Yellow"/>
<Property key="TrackWidth" value="1" /> <Property key="TrackWidth" value="1"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>

View file

@ -3,16 +3,16 @@
<MyGUI type="Layout"> <MyGUI type="Layout">
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 500 400" name="_Main"> <Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 500 400" name="_Main">
<Widget type="EditBox" skin="MW_TextEditClient" position="10 10 490 20" align="Left Top Stretch" name="message"> <Widget type="EditBox" skin="MW_TextEditClient" position="10 10 490 20" align="Left Top Stretch" name="message">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.75 0.6 0.35" /> <Property key="TextColour" value="0.75 0.6 0.35"/>
<Property key="Static" value="true"/> <Property key="Static" value="true"/>
<Property key="WordWrap" value="true"/> <Property key="WordWrap" value="true"/>
<Property key="MultiLine" value="1" /> <Property key="MultiLine" value="1"/>
<Property key="VisibleVScroll" value="1" /> <Property key="VisibleVScroll" value="1"/>
</Widget> </Widget>
<Widget type="Widget" skin="" position="0 0 500 400" align="Stretch" name="buttons"> <Widget type="Widget" skin="" position="0 0 500 400" align="Stretch" name="buttons">
<!-- Widget type="Button" skin="MW_Button" position="0 0 30 18" name="somefunnybutton"/ --> <!-- Widget type="Button" skin="MW_Button" position="0 0 30 18" name="somefunnybutton" / -->
</Widget> </Widget>
</Widget> </Widget>
</MyGUI> </MyGUI>

View file

@ -2,9 +2,9 @@
<MyGUI type="Skin"> <MyGUI type="Skin">
<Skin name="MW_BookClient" size="10 10"> <Skin name="MW_BookClient" size="10 10">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left Top" /> <Property key="TextAlign" value="Left Top"/>
<Property key="TextColour" value="0 0 0" /> <Property key="TextColour" value="0 0 0"/>
<!--Property key="Pointer" value="beam" /--> <!--Property key="Pointer" value="beam" /-->
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/> <BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
</Skin> </Skin>

View file

@ -5,8 +5,8 @@
<!-- Horizontal Scrollbar --> <!-- Horizontal Scrollbar -->
<Skin name="MW_HScroll" size="90 14"> <Skin name="MW_HScroll" size="90 14">
<Property key="TrackRangeMargins" value="14 14" /> <Property key="TrackRangeMargins" value="14 14"/>
<Property key="MinTrackSize" value="14" /> <Property key="MinTrackSize" value="14"/>
<Property key="VerticalAlignment" value="false"/> <Property key="VerticalAlignment" value="false"/>
<Property key="MoveToClick" value="true"/> <Property key="MoveToClick" value="true"/>
@ -43,8 +43,8 @@
<!-- Vertical Scrollbar --> <!-- Vertical Scrollbar -->
<Skin name="MW_VScroll" size="14 90"> <Skin name="MW_VScroll" size="14 90">
<Property key="TrackRangeMargins" value="14 14" /> <Property key="TrackRangeMargins" value="14 14"/>
<Property key="MinTrackSize" value="14" /> <Property key="MinTrackSize" value="14"/>
<Property key="MoveToClick" value="true"/> <Property key="MoveToClick" value="true"/>
<!-- Background widget trick that must go first to be placed behind Track and FirstPart/SecondPart widgets, provides the bar texture --> <!-- Background widget trick that must go first to be placed behind Track and FirstPart/SecondPart widgets, provides the bar texture -->
@ -89,8 +89,8 @@
<Skin name="HeaderText" size="16 16"> <Skin name="HeaderText" size="16 16">
<Property key="FontName" value="Default"/> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.82 0.74 0.58" /> <Property key="TextColour" value="0.82 0.74 0.58"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
@ -98,8 +98,8 @@
<!-- list and multilist skins --> <!-- list and multilist skins -->
<Skin name="MW_ListLine" size="5 5"> <Skin name="MW_ListLine" size="5 5">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left VCenter" /> <Property key="TextAlign" value="Left VCenter"/>
<BasisSkin type="SimpleText" offset="2 0 1 5" align="Stretch"> <BasisSkin type="SimpleText" offset="2 0 1 5" align="Stretch">
<State name="disabled" colour="0.70 0.57 0.33" shift="0"/> <State name="disabled" colour="0.70 0.57 0.33" shift="0"/>
@ -114,9 +114,9 @@
</Skin> </Skin>
<Skin name="MW_List" size="516 516" align="Left Top"> <Skin name="MW_List" size="516 516" align="Left Top">
<Property key="NeedKey" value="true" /> <Property key="NeedKey" value="true"/>
<Property key="SkinLine" value="MW_ListLine" /> <Property key="SkinLine" value="MW_ListLine"/>
<Property key="HeightLine" value="20" /> <Property key="HeightLine" value="20"/>
<Child type="Widget" skin="MW_Box" offset="0 0 516 516" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 516 516" align="Stretch"/>
@ -144,9 +144,9 @@
</Skin> </Skin>
<Skin name="MW_MultiSubList" size="516 516" align="Left Top"> <Skin name="MW_MultiSubList" size="516 516" align="Left Top">
<Property key="NeedKey" value="true" /> <Property key="NeedKey" value="true"/>
<Property key="SkinLine" value="MW_ListLine" /> <Property key="SkinLine" value="MW_ListLine"/>
<Property key="HeightLine" value="20" /> <Property key="HeightLine" value="20"/>
<Child type="Widget" skin="MW_Box" offset="0 0 516 516" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 516 516" align="Stretch"/>
@ -157,12 +157,12 @@
</Skin> </Skin>
<Skin name="MW_MultiList" size="516 516" align="Left Top"> <Skin name="MW_MultiList" size="516 516" align="Left Top">
<Property key="NeedKey" value="true" /> <Property key="NeedKey" value="true"/>
<Property key="SkinButton" value="ButtonSmall" /> <Property key="SkinButton" value="ButtonSmall"/>
<Property key="_SkinButtonEmpty" value="EditBox" /> <Property key="_SkinButtonEmpty" value="EditBox"/>
<Property key="HeightButton" value="20" /> <Property key="HeightButton" value="20"/>
<Property key="SkinList" value="MW_MultiSubList" /> <Property key="SkinList" value="MW_MultiSubList"/>
<Child type="Widget" skin="MW_Box" offset="0 0 516 516" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 516 516" align="Stretch"/>

View file

@ -2,17 +2,17 @@
<MyGUI type="Layout"> <MyGUI type="Layout">
<!--Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 0 0" name="_Main"> <!--Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 0 0" name="_Main">
<Widget type="TextBox" skin="TextBox" position="4 4 4 4" name="message" /> <Widget type="TextBox" skin="TextBox" position="4 4 4 4" name="message"/>
</Widget--> </Widget-->
<Widget type="Window" skin="MW_Dialog" layer="Notification" position="0 0 0 0" name="_Main"> <Widget type="Window" skin="MW_Dialog" layer="Notification" position="0 0 0 0" name="_Main">
<Widget type="EditBox" skin="MW_TextEditClient" position="5 -5 0 0" name="message" align="Left Top Stretch"> <Widget type="EditBox" skin="MW_TextEditClient" position="5 -5 0 0" name="message" align="Left Top Stretch">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.75 0.6 0.35" /> <Property key="TextColour" value="0.75 0.6 0.35"/>
<Property key="Static" value="true"/> <Property key="Static" value="true"/>
<Property key="WordWrap" value="true"/> <Property key="WordWrap" value="true"/>
<Property key="MultiLine" value="1" /> <Property key="MultiLine" value="1"/>
<Property key="VisibleVScroll" value="1" /> <Property key="VisibleVScroll" value="1"/>
</Widget> </Widget>
</Widget> </Widget>
</MyGUI> </MyGUI>

View file

@ -25,8 +25,8 @@
<Skin name="ProgressText" size="16 16"> <Skin name="ProgressText" size="16 16">
<Property key="FontName" value="Default"/> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.75 0.6 0.35" /> <Property key="TextColour" value="0.75 0.6 0.35"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
@ -34,32 +34,32 @@
<!-- Main energy bar widget definitions. There's one for each color.--> <!-- Main energy bar widget definitions. There's one for each color.-->
<Skin name="MW_Progress_Red" size="64 12"> <Skin name="MW_Progress_Red" size="64 12">
<Property key="TrackSkin" value="MW_BigTrack_Red" /> <Property key="TrackSkin" value="MW_BigTrack_Red"/>
<Property key="TrackWidth" value="1" /> <Property key="TrackWidth" value="1"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin> </Skin>
<Skin name="MW_Progress_Green" size="64 12"> <Skin name="MW_Progress_Green" size="64 12">
<Property key="TrackSkin" value="MW_BigTrack_Green" /> <Property key="TrackSkin" value="MW_BigTrack_Green"/>
<Property key="TrackWidth" value="1" /> <Property key="TrackWidth" value="1"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin> </Skin>
<Skin name="MW_Progress_Blue" size="64 12"> <Skin name="MW_Progress_Blue" size="64 12">
<Property key="TrackSkin" value="MW_BigTrack_Blue" /> <Property key="TrackSkin" value="MW_BigTrack_Blue"/>
<Property key="TrackWidth" value="1" /> <Property key="TrackWidth" value="1"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
</Skin> </Skin>
<Skin name="MW_Progress_Loading" size="64 6"> <Skin name="MW_Progress_Loading" size="64 6">
<Property key="TrackSkin" value="MW_BigTrack_Progress_Blue_Small" /> <Property key="TrackSkin" value="MW_BigTrack_Progress_Blue_Small"/>
<Property key="TrackWidth" value="1" /> <Property key="TrackWidth" value="1"/>
<Child type="Widget" skin="MW_Box" offset="0 0 64 6" align="Stretch"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 6" align="Stretch"/>
<Child type="Widget" skin="BlackBG" offset="2 2 60 2" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 2" align="Stretch" name="Client"/>

View file

@ -219,7 +219,7 @@
<!-- Player skills, factions, birthsign and reputation --> <!-- Player skills, factions, birthsign and reputation -->
<Widget type="Widget" skin="MW_Box" position="8 8 248 292" align="Left Stretch" name="Skills"> <Widget type="Widget" skin="MW_Box" position="8 8 248 292" align="Left Stretch" name="Skills">
<Widget type="ScrollView" skin="MW_ScrollView" position="4 4 240 284" align="Left Top Stretch" name="SkillView" /> <Widget type="ScrollView" skin="MW_ScrollView" position="4 4 240 284" align="Left Top Stretch" name="SkillView"/>
</Widget> </Widget>
</Widget> </Widget>

View file

@ -4,45 +4,45 @@
<!-- HTML colour: #DDC79E --> <!-- HTML colour: #DDC79E -->
<Skin name="NormalText" size="16 16"> <Skin name="NormalText" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left Bottom" /> <Property key="TextAlign" value="Left Bottom"/>
<Property key="TextColour" value="0.87 0.78 0.62" /> <Property key="TextColour" value="0.87 0.78 0.62"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
<Skin name="NumFPS" size="16 16"> <Skin name="NumFPS" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="HCenter Bottom" /> <Property key="TextAlign" value="HCenter Bottom"/>
<Property key="TextColour" value="1 1 1" /> <Property key="TextColour" value="1 1 1"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
<!-- HTML colour: #9A9074 --> <!-- HTML colour: #9A9074 -->
<Skin name="SandTextGreyedOut" size="16 16"> <Skin name="SandTextGreyedOut" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left Bottom" /> <Property key="TextAlign" value="Left Bottom"/>
<Property key="TextColour" value="0.6 0.56 0.45" /> <Property key="TextColour" value="0.6 0.56 0.45"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
<!-- HTML colour: #BF9959 --> <!-- HTML colour: #BF9959 -->
<Skin name="SandText" size="16 16"> <Skin name="SandText" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left Bottom" /> <Property key="TextAlign" value="Left Bottom"/>
<Property key="TextColour" value="0.75 0.6 0.35" /> <Property key="TextColour" value="0.75 0.6 0.35"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
<Skin name="SandTextC" size="16 16"> <Skin name="SandTextC" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Top HCenter" /> <Property key="TextAlign" value="Top HCenter"/>
<Property key="TextColour" value="0.75 0.6 0.35" /> <Property key="TextColour" value="0.75 0.6 0.35"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
<Skin name="SandTextRight" size="16 16"> <Skin name="SandTextRight" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Right Bottom" /> <Property key="TextAlign" value="Right Bottom"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="normal" colour="0.75 0.6 0.35"/> <State name="normal" colour="0.75 0.6 0.35"/>
<State name="increased" colour="0.757 0.679 0.539"/> <State name="increased" colour="0.757 0.679 0.539"/>
@ -51,35 +51,35 @@
</Skin> </Skin>
<Skin name="SandBrightText" size="16 16"> <Skin name="SandBrightText" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left Bottom" /> <Property key="TextAlign" value="Left Bottom"/>
<Property key="TextColour" value="0.85 0.76 0.60" /> <Property key="TextColour" value="0.85 0.76 0.60"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
<Skin name="DaedricText" size="16 16"> <Skin name="DaedricText" size="16 16">
<Property key="FontName" value="daedric36" /> <Property key="FontName" value="daedric36"/>
<Property key="FontHeight" value="36" /> <Property key="FontHeight" value="36"/>
<Property key="TextAlign" value="Default" /> <Property key="TextAlign" value="Default"/>
<Property key="TextColour" value="1 1 1" /> <Property key="TextColour" value="1 1 1"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
<Skin name="DaedricText_orig" size="16 16"> <Skin name="DaedricText_orig" size="16 16">
<Property key="FontName" value="daedric_orig36" /> <Property key="FontName" value="daedric_orig36"/>
<Property key="FontHeight" value="36" /> <Property key="FontHeight" value="36"/>
<Property key="TextAlign" value="Default" /> <Property key="TextAlign" value="Default"/>
<Property key="TextColour" value="1 1 1" /> <Property key="TextColour" value="1 1 1"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Skin> </Skin>
<Skin name="MW_StatNameC" size="200 18"> <Skin name="MW_StatNameC" size="200 18">
<Child type="TextBoxC" skin="SandText" offset="0 0 200 18" align="Left HStretch" name="StatName" /> <Child type="TextBoxC" skin="SandText" offset="0 0 200 18" align="Left HStretch" name="StatName"/>
</Skin> </Skin>
<Skin name="SandTextButtonC" size="16 16"> <Skin name="SandTextButtonC" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Top HCenter" /> <Property key="TextAlign" value="Top HCenter"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/> <State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
<State name="normal" colour="0.75 0.6 0.35" shift="0"/> <State name="normal" colour="0.75 0.6 0.35" shift="0"/>
@ -93,8 +93,8 @@
</Skin> </Skin>
<Skin name="SandTextButton" size="16 16"> <Skin name="SandTextButton" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left Bottom" /> <Property key="TextAlign" value="Left Bottom"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/> <State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
<State name="normal" colour="0.75 0.6 0.35" shift="0"/> <State name="normal" colour="0.75 0.6 0.35" shift="0"/>
@ -108,8 +108,8 @@
</Skin> </Skin>
<Skin name="SpellText" size="16 16"> <Skin name="SpellText" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left Bottom" /> <Property key="TextAlign" value="Left Bottom"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/> <State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
<State name="normal" colour="0.75 0.6 0.35" shift="0"/> <State name="normal" colour="0.75 0.6 0.35" shift="0"/>
@ -123,8 +123,8 @@
</Skin> </Skin>
<Skin name="SpellTextUnequipped" size="16 16"> <Skin name="SpellTextUnequipped" size="16 16">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left Bottom" /> <Property key="TextAlign" value="Left Bottom"/>
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/> <State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
<State name="normal" colour="0.6 0.56 0.45" shift="0"/> <State name="normal" colour="0.6 0.56 0.45" shift="0"/>
@ -138,46 +138,46 @@
</Skin> </Skin>
<Skin name="MW_StatNameButtonC" size="200 18"> <Skin name="MW_StatNameButtonC" size="200 18">
<Child type="Button" skin="SandTextButtonC" offset="0 0 200 18" align="Left HStretch" name="StatNameButton" /> <Child type="Button" skin="SandTextButtonC" offset="0 0 200 18" align="Left HStretch" name="StatNameButton"/>
</Skin> </Skin>
<Skin name="MW_StatNameValueButton" size="200 18"> <Skin name="MW_StatNameValueButton" size="200 18">
<Child type="Button" skin="SandText" offset="0 0 160 18" align="Left HStretch" name="StatNameButton" /> <Child type="Button" skin="SandText" offset="0 0 160 18" align="Left HStretch" name="StatNameButton"/>
<Child type="Button" skin="SandTextRight" offset="160 0 40 18" align="Right Top" name="StatValueButton" /> <Child type="Button" skin="SandTextRight" offset="160 0 40 18" align="Right Top" name="StatValueButton"/>
</Skin> </Skin>
<Skin name="MW_EffectImage" size="200 24"> <Skin name="MW_EffectImage" size="200 24">
<Child type="ImageBox" skin="ImageBox" offset="4 4 16 16" align="Left Top" name="Image" /> <Child type="ImageBox" skin="ImageBox" offset="4 4 16 16" align="Left Top" name="Image"/>
<Child type="TextBox" skin="SandText" offset="24 0 176 20" align="VCenter HStretch" name="Text" /> <Child type="TextBox" skin="SandText" offset="24 0 176 20" align="VCenter HStretch" name="Text"/>
</Skin> </Skin>
<Skin name="MW_ChargeBar" size="204 18"> <Skin name="MW_ChargeBar" size="204 18">
<Child type="ProgressBar" skin="MW_Progress_Red" offset="0 0 204 18" align="Right Top Stretch" name="Bar" /> <Child type="ProgressBar" skin="MW_Progress_Red" offset="0 0 204 18" align="Right Top Stretch" name="Bar"/>
<Child type="TextBox" skin="SandTextC" offset="0 0 204 18" align="Right Top Stretch" name="BarText" /> <Child type="TextBox" skin="SandTextC" offset="0 0 204 18" align="Right Top Stretch" name="BarText"/>
</Skin> </Skin>
<Skin name="MW_ChargeBar_Blue" size="204 18"> <Skin name="MW_ChargeBar_Blue" size="204 18">
<Child type="ProgressBar" skin="MW_Progress_Blue" offset="0 0 204 18" align="Right Top Stretch" name="Bar" /> <Child type="ProgressBar" skin="MW_Progress_Blue" offset="0 0 204 18" align="Right Top Stretch" name="Bar"/>
<Child type="TextBox" skin="SandTextC" offset="0 0 204 18" align="Right Top Stretch" name="BarText" /> <Child type="TextBox" skin="SandTextC" offset="0 0 204 18" align="Right Top Stretch" name="BarText"/>
</Skin> </Skin>
<Skin name="MW_DynamicStat_Red" size="204 18"> <Skin name="MW_DynamicStat_Red" size="204 18">
<Child type="TextBox" skin="SandText" offset="0 0 100 18" align="Left Top" name="Text" /> <Child type="TextBox" skin="SandText" offset="0 0 100 18" align="Left Top" name="Text"/>
<Child type="ProgressBar" skin="MW_Progress_Red" offset="74 0 130 18" align="Right Top" name="Bar" /> <Child type="ProgressBar" skin="MW_Progress_Red" offset="74 0 130 18" align="Right Top" name="Bar"/>
<Child type="TextBox" skin="SandTextC" offset="74 0 130 18" align="Right Top" name="BarText" /> <Child type="TextBox" skin="SandTextC" offset="74 0 130 18" align="Right Top" name="BarText"/>
</Skin> </Skin>
<Skin name="MW_DynamicStat_Blue" size="204 18"> <Skin name="MW_DynamicStat_Blue" size="204 18">
<Child type="TextBox" skin="SandText" offset="0 0 100 18" align="Left Top" name="Text" /> <Child type="TextBox" skin="SandText" offset="0 0 100 18" align="Left Top" name="Text"/>
<Child type="ProgressBar" skin="MW_Progress_Blue" offset="74 0 130 18" align="Right Top" name="Bar" /> <Child type="ProgressBar" skin="MW_Progress_Blue" offset="74 0 130 18" align="Right Top" name="Bar"/>
<Child type="TextBox" skin="SandTextC" offset="74 0 130 18" align="Right Top" name="BarText" /> <Child type="TextBox" skin="SandTextC" offset="74 0 130 18" align="Right Top" name="BarText"/>
</Skin> </Skin>
<Skin name="MW_DynamicStat_Green" size="204 18"> <Skin name="MW_DynamicStat_Green" size="204 18">
<Child type="TextBox" skin="SandText" offset="0 0 100 18" align="Left Top" name="Text" /> <Child type="TextBox" skin="SandText" offset="0 0 100 18" align="Left Top" name="Text"/>
<Child type="ProgressBar" skin="MW_Progress_Green" offset="74 0 130 18" align="Right Top" name="Bar" /> <Child type="ProgressBar" skin="MW_Progress_Green" offset="74 0 130 18" align="Right Top" name="Bar"/>
<Child type="TextBox" skin="SandTextC" offset="74 0 130 18" align="Right Top" name="BarText" /> <Child type="TextBox" skin="SandTextC" offset="74 0 130 18" align="Right Top" name="BarText"/>
</Skin> </Skin>
</MyGUI> </MyGUI>

View file

@ -200,7 +200,7 @@
<!-- Birthsign image --> <!-- Birthsign image -->
<Widget type="Widget" skin="MW_Box" position="18 13 263 137" align="Top HCenter"> <Widget type="Widget" skin="MW_Box" position="18 13 263 137" align="Top HCenter">
<Widget type="ImageBox" skin="ImageBox" position="2 2 259 133" name="BirthSignImage" align="Left Top" /> <Widget type="ImageBox" skin="ImageBox" position="2 2 259 133" name="BirthSignImage" align="Left Top"/>
</Widget> </Widget>
<Widget type="AutoSizedTextBox" skin="NormalText" position="8 154 284 138" align="Top" name="BirthSignText"> <Widget type="AutoSizedTextBox" skin="NormalText" position="8 154 284 138" align="Top" name="BirthSignText">

View file

@ -167,7 +167,7 @@
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="DB_BL" size="4 4" texture="textures\menu_thick_border_bottom_left_corner.dds"> <Skin name="DB_BL" size="4 4" texture="textures\menu_thick_border_bottom_left_corner.dds">
<Property key="Pointer" value="dresize2" /> <Property key="Pointer" value="dresize2"/>
<BasisSkin type="MainSkin" offset="0 0 4 4"> <BasisSkin type="MainSkin" offset="0 0 4 4">
<State name="normal" offset="0 0 4 4"/> <State name="normal" offset="0 0 4 4"/>
</BasisSkin> </BasisSkin>
@ -185,7 +185,7 @@
<!-- These define the window borders --> <!-- These define the window borders -->
<Skin name="TB_B" size="512 4" texture="textures\menu_thick_border_bottom.dds"> <Skin name="TB_B" size="512 4" texture="textures\menu_thick_border_bottom.dds">
<Property key="Pointer" value="vresize" /> <Property key="Pointer" value="vresize"/>
<BasisSkin type="TileRect" offset="0 0 512 4" align="Stretch"> <BasisSkin type="TileRect" offset="0 0 512 4" align="Stretch">
<State name="normal" offset="0 0 512 4"> <State name="normal" offset="0 0 512 4">
<Property key="TileSize" value="512 4"/> <Property key="TileSize" value="512 4"/>
@ -196,7 +196,7 @@
</Skin> </Skin>
<Skin name="TB_R" size="4 512" texture="textures\menu_thick_border_right.dds"> <Skin name="TB_R" size="4 512" texture="textures\menu_thick_border_right.dds">
<Property key="Pointer" value="hresize" /> <Property key="Pointer" value="hresize"/>
<BasisSkin type="TileRect" offset="0 0 4 512" align="Stretch"> <BasisSkin type="TileRect" offset="0 0 4 512" align="Stretch">
<State name="normal" offset="0 0 4 512"> <State name="normal" offset="0 0 4 512">
<Property key="TileSize" value="4 512"/> <Property key="TileSize" value="4 512"/>
@ -207,7 +207,7 @@
</Skin> </Skin>
<Skin name="TB_T" size="512 4" texture="textures\menu_thick_border_top.dds"> <Skin name="TB_T" size="512 4" texture="textures\menu_thick_border_top.dds">
<Property key="Pointer" value="vresize" /> <Property key="Pointer" value="vresize"/>
<BasisSkin type="TileRect" offset="0 0 512 4" align="Stretch"> <BasisSkin type="TileRect" offset="0 0 512 4" align="Stretch">
<State name="normal" offset="0 0 512 4"> <State name="normal" offset="0 0 512 4">
<Property key="TileSize" value="512 4"/> <Property key="TileSize" value="512 4"/>
@ -218,7 +218,7 @@
</Skin> </Skin>
<Skin name="TB_L" size="4 512" texture="textures\menu_thick_border_left.dds"> <Skin name="TB_L" size="4 512" texture="textures\menu_thick_border_left.dds">
<Property key="Pointer" value="hresize" /> <Property key="Pointer" value="hresize"/>
<BasisSkin type="TileRect" offset="0 0 4 512" align="Stretch"> <BasisSkin type="TileRect" offset="0 0 4 512" align="Stretch">
<State name="normal" offset="0 0 4 512"> <State name="normal" offset="0 0 4 512">
<Property key="TileSize" value="4 512"/> <Property key="TileSize" value="4 512"/>
@ -230,25 +230,25 @@
<!-- Window border corners --> <!-- Window border corners -->
<Skin name="TB_BR" size="4 4" texture="textures\menu_thick_border_bottom_right_corner.dds"> <Skin name="TB_BR" size="4 4" texture="textures\menu_thick_border_bottom_right_corner.dds">
<Property key="Pointer" value="dresize" /> <Property key="Pointer" value="dresize"/>
<BasisSkin type="MainSkin" offset="0 0 4 4"> <BasisSkin type="MainSkin" offset="0 0 4 4">
<State name="normal" offset="0 0 4 4"/> <State name="normal" offset="0 0 4 4"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_BL" size="4 4" texture="textures\menu_thick_border_bottom_left_corner.dds"> <Skin name="TB_BL" size="4 4" texture="textures\menu_thick_border_bottom_left_corner.dds">
<Property key="Pointer" value="dresize2" /> <Property key="Pointer" value="dresize2"/>
<BasisSkin type="MainSkin" offset="0 0 4 4"> <BasisSkin type="MainSkin" offset="0 0 4 4">
<State name="normal" offset="0 0 4 4"/> <State name="normal" offset="0 0 4 4"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_TR" size="4 4" texture="textures\menu_thick_border_top_right_corner.dds"> <Skin name="TB_TR" size="4 4" texture="textures\menu_thick_border_top_right_corner.dds">
<Property key="Pointer" value="dresize2" /> <Property key="Pointer" value="dresize2"/>
<BasisSkin type="MainSkin" offset="0 0 4 4"> <BasisSkin type="MainSkin" offset="0 0 4 4">
<State name="normal" offset="0 0 4 4"/> <State name="normal" offset="0 0 4 4"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_TL" size="4 4" texture="textures\menu_thick_border_top_left_corner.dds"> <Skin name="TB_TL" size="4 4" texture="textures\menu_thick_border_top_left_corner.dds">
<Property key="Pointer" value="dresize" /> <Property key="Pointer" value="dresize"/>
<BasisSkin type="MainSkin" offset="0 0 4 4"> <BasisSkin type="MainSkin" offset="0 0 4 4">
<State name="normal" offset="0 0 4 4"/> <State name="normal" offset="0 0 4 4"/>
</BasisSkin> </BasisSkin>
@ -256,56 +256,56 @@
<!-- Expanded border corners, to get larger diagonal corner pointer area --> <!-- Expanded border corners, to get larger diagonal corner pointer area -->
<Skin name="TB_TL_T" size="10 4" texture="textures\menu_thick_border_top.dds"> <Skin name="TB_TL_T" size="10 4" texture="textures\menu_thick_border_top.dds">
<Property key="Pointer" value="dresize" /> <Property key="Pointer" value="dresize"/>
<BasisSkin type="MainSkin" offset="0 0 10 4"> <BasisSkin type="MainSkin" offset="0 0 10 4">
<State name="normal" offset="0 0 10 4"/> <State name="normal" offset="0 0 10 4"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_TL_B" size="4 10" texture="textures\menu_thick_border_left.dds"> <Skin name="TB_TL_B" size="4 10" texture="textures\menu_thick_border_left.dds">
<Property key="Pointer" value="dresize" /> <Property key="Pointer" value="dresize"/>
<BasisSkin type="MainSkin" offset="0 0 4 10"> <BasisSkin type="MainSkin" offset="0 0 4 10">
<State name="normal" offset="0 0 4 10"/> <State name="normal" offset="0 0 4 10"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_TR_T" size="10 4" texture="textures\menu_thick_border_top.dds"> <Skin name="TB_TR_T" size="10 4" texture="textures\menu_thick_border_top.dds">
<Property key="Pointer" value="dresize2" /> <Property key="Pointer" value="dresize2"/>
<BasisSkin type="MainSkin" offset="0 0 10 4"> <BasisSkin type="MainSkin" offset="0 0 10 4">
<State name="normal" offset="0 0 10 4"/> <State name="normal" offset="0 0 10 4"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_TR_B" size="4 10" texture="textures\menu_thick_border_right.dds"> <Skin name="TB_TR_B" size="4 10" texture="textures\menu_thick_border_right.dds">
<Property key="Pointer" value="dresize2" /> <Property key="Pointer" value="dresize2"/>
<BasisSkin type="MainSkin" offset="0 0 4 10"> <BasisSkin type="MainSkin" offset="0 0 4 10">
<State name="normal" offset="0 0 4 10"/> <State name="normal" offset="0 0 4 10"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_BL_T" size="4 10" texture="textures\menu_thick_border_left.dds"> <Skin name="TB_BL_T" size="4 10" texture="textures\menu_thick_border_left.dds">
<Property key="Pointer" value="dresize2" /> <Property key="Pointer" value="dresize2"/>
<BasisSkin type="MainSkin" offset="0 0 4 10"> <BasisSkin type="MainSkin" offset="0 0 4 10">
<State name="normal" offset="0 0 4 10"/> <State name="normal" offset="0 0 4 10"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_BL_B" size="10 4" texture="textures\menu_thick_border_bottom.dds"> <Skin name="TB_BL_B" size="10 4" texture="textures\menu_thick_border_bottom.dds">
<Property key="Pointer" value="dresize2" /> <Property key="Pointer" value="dresize2"/>
<BasisSkin type="MainSkin" offset="0 0 10 4"> <BasisSkin type="MainSkin" offset="0 0 10 4">
<State name="normal" offset="0 0 10 4"/> <State name="normal" offset="0 0 10 4"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_BR_T" size="4 10" texture="textures\menu_thick_border_right.dds"> <Skin name="TB_BR_T" size="4 10" texture="textures\menu_thick_border_right.dds">
<Property key="Pointer" value="dresize" /> <Property key="Pointer" value="dresize"/>
<BasisSkin type="MainSkin" offset="0 0 4 10"> <BasisSkin type="MainSkin" offset="0 0 4 10">
<State name="normal" offset="0 0 4 10"/> <State name="normal" offset="0 0 4 10"/>
</BasisSkin> </BasisSkin>
</Skin> </Skin>
<Skin name="TB_BR_B" size="10 4" texture="textures\menu_thick_border_bottom.dds"> <Skin name="TB_BR_B" size="10 4" texture="textures\menu_thick_border_bottom.dds">
<Property key="Pointer" value="dresize" /> <Property key="Pointer" value="dresize"/>
<BasisSkin type="MainSkin" offset="0 0 10 4"> <BasisSkin type="MainSkin" offset="0 0 10 4">
<State name="normal" offset="0 0 10 4"/> <State name="normal" offset="0 0 10 4"/>
</BasisSkin> </BasisSkin>
@ -390,9 +390,9 @@
<!-- The actual caption. It contains the edges of the blocks on <!-- The actual caption. It contains the edges of the blocks on
its sides as well --> its sides as well -->
<Skin name="MW_Caption" size="88 20" texture="black.png" > <Skin name="MW_Caption" size="88 20" texture="black.png" >
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.75 0.62 0.36" /> <Property key="TextColour" value="0.75 0.62 0.36"/>
<BasisSkin type="SubSkin" offset="0 0 88 20" align="Stretch"> <BasisSkin type="SubSkin" offset="0 0 88 20" align="Stretch">
<State name="normal" offset="0 0 8 8"/> <State name="normal" offset="0 0 8 8"/>
@ -415,10 +415,10 @@
------------------------------------------------------ --> ------------------------------------------------------ -->
<Skin name="MW_Window" size="256 256"> <Skin name="MW_Window" size="256 256">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.8 0.8 0.8" /> <Property key="TextColour" value="0.8 0.8 0.8"/>
<Property key="Snap" value="true" /> <Property key="Snap" value="true"/>
<Property key="MinSize" value="64 64"/> <Property key="MinSize" value="64 64"/>
<Child type="Widget" skin="BlackBG" offset="8 28 240 220" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="8 28 240 220" align="Stretch" name="Client"/>
@ -555,10 +555,10 @@
</Skin> </Skin>
<Skin name="MW_Window_NoCaption" size="256 256"> <Skin name="MW_Window_NoCaption" size="256 256">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.8 0.8 0.8" /> <Property key="TextColour" value="0.8 0.8 0.8"/>
<Property key="Snap" value="true" /> <Property key="Snap" value="true"/>
<Property key="MinSize" value="64 64"/> <Property key="MinSize" value="64 64"/>
<Child type="Widget" skin="BlackBG" offset="8 28 240 220" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="8 28 240 220" align="Stretch" name="Client"/>
@ -692,10 +692,10 @@
</Skin> </Skin>
<Skin name="MW_Window_Pinnable" size="256 256"> <Skin name="MW_Window_Pinnable" size="256 256">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.8 0.8 0.8" /> <Property key="TextColour" value="0.8 0.8 0.8"/>
<Property key="Snap" value="true" /> <Property key="Snap" value="true"/>
<Property key="MinSize" value="64 64"/> <Property key="MinSize" value="64 64"/>
<Child type="Widget" skin="BlackBG" offset="8 28 240 220" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="8 28 240 220" align="Stretch" name="Client"/>
@ -835,9 +835,9 @@
</Skin> </Skin>
<Skin name="MW_Dialog" size="256 54"> <Skin name="MW_Dialog" size="256 54">
<Property key="FontName" value="Default" /> <Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center" /> <Property key="TextAlign" value="Center"/>
<Property key="TextColour" value="0.8 0.8 0.8" /> <Property key="TextColour" value="0.8 0.8 0.8"/>
<Child type="Widget" skin="BlackBG" offset="4 4 248 46" align="Stretch" name="Client"/> <Child type="Widget" skin="BlackBG" offset="4 4 248 46" align="Stretch" name="Client"/>