mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 01:45:33 +00:00
Add key focus for some more button skins
This commit is contained in:
parent
7a3fbfb34a
commit
879da9c69a
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,7 @@ color_misc=0,205,205 # ????
|
|||
<Resource type="ResourceSkin" name="SandTextButtonC" size="16 16">
|
||||
<Property key="FontName" value="Default"/>
|
||||
<Property key="TextAlign" value="Top HCenter"/>
|
||||
<Property key="NeedKey" value="true"/>
|
||||
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
|
||||
<State name="disabled" colour="#{fontcolour=disabled}" shift="0"/>
|
||||
<State name="normal" colour="#{fontcolour=normal}" shift="0"/>
|
||||
|
@ -97,6 +98,7 @@ color_misc=0,205,205 # ????
|
|||
<Resource type="ResourceSkin" name="SandTextButtonDisabled" size="16 16">
|
||||
<Property key="FontName" value="Default"/>
|
||||
<Property key="TextAlign" value="Left Bottom"/>
|
||||
<Property key="NeedKey" value="true"/>
|
||||
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
|
||||
<State name="normal" colour="#{fontcolour=disabled}" shift="0"/>
|
||||
</BasisSkin>
|
||||
|
@ -104,6 +106,7 @@ color_misc=0,205,205 # ????
|
|||
|
||||
<Resource type="ResourceSkin" name="SpellTextUnequipped" size="16 16">
|
||||
<Property key="FontName" value="Default"/>
|
||||
<Property key="NeedKey" value="true"/>
|
||||
<Property key="TextAlign" value="Left Bottom"/>
|
||||
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch">
|
||||
<State name="disabled" colour="#{fontcolour=disabled}" shift="0"/>
|
||||
|
|
Loading…
Reference in a new issue