|
|
|
@ -7,7 +7,17 @@
|
|
|
|
|
<Widget type="Widget" skin="HUD_Box_NoTransp" position="0 0 300 300" align="Stretch" name="DynamicToolTipBox">
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<!-- Text tooltip -->
|
|
|
|
|
<!-- Text tooltip, one line -->
|
|
|
|
|
<Widget type="VBox" skin="HUD_Box_NoTransp" position="0 0 300 300" align="Stretch" name="TextToolTipOneLine">
|
|
|
|
|
<Property key="AutoResize" value="true"/>
|
|
|
|
|
<Property key="Padding" value="8"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" position="8 8 284 284" align="Left Top" name="TextOneLine">
|
|
|
|
|
<Property key="TextAlign" value="Left Top"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<!-- Text tooltip, multiline -->
|
|
|
|
|
<Widget type="VBox" skin="HUD_Box_NoTransp" position="0 0 300 300" align="Stretch" name="TextToolTip">
|
|
|
|
|
<Property key="AutoResize" value="true"/>
|
|
|
|
|
<Property key="Padding" value="8"/>
|
|
|
|
@ -106,12 +116,14 @@
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="8 8 32 32" align="Left Top" name="SkillImage"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="VBox">
|
|
|
|
|
<Widget type="AutoSizedEditBox" skin="NormalText" position="44 8 252 16" align="Left Top" name="SkillName">
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText" position="44 8 252 16" align="Left Top" name="SkillName">
|
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedEditBox" skin="SandText" position="44 24 252 16" align="Left Top" name="SkillAttribute">
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" position="44 24 252 16" align="Left Top" name="SkillAttribute">
|
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
</Widget>
|
|
|
|
|
</Widget>
|
|
|
|
@ -147,10 +159,12 @@
|
|
|
|
|
<Widget type="VBox">
|
|
|
|
|
<Widget type="AutoSizedEditBox" skin="NormalText" position="44 8 252 16" align="Left Top" name="SkillNoProgressName">
|
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedEditBox" skin="SandText" position="44 24 252 16" align="Left Top" name="SkillNoProgressAttribute">
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" position="44 24 252 16" align="Left Top" name="SkillNoProgressAttribute">
|
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
</Widget>
|
|
|
|
|
</Widget>
|
|
|
|
@ -200,17 +214,23 @@
|
|
|
|
|
<Property key="Padding" value="8"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="HBox">
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="8 8 32 32" align="Left Top" name="MagicEffectImage"/>
|
|
|
|
|
|
|
|
|
|
<Widget type="VBox">
|
|
|
|
|
<Widget type="AutoSizedEditBox" skin="NormalText" position="44 8 252 16" align="Left Top" name="MagicEffectName">
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="NormalText" position="44 8 252 16" align="Left Top" name="MagicEffectName">
|
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedEditBox" skin="SandText" position="44 24 252 16" align="Left Top" name="MagicEffectSchool">
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" position="44 24 252 16" align="Left Top" name="MagicEffectSchool">
|
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<Widget type="AutoSizedEditBox" skin="SandText" position="8 44 284 0" align="Left Top" name="MagicEffectDescription">
|
|
|
|
|