changed font in post

This commit is contained in:
Manuel Simon Hirsig
2016-02-20 08:23:47 +01:00
parent 94be796966
commit ea2bd3287a
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
AuxVersion = '2.4.27'
AuxVersion = '2.4.28'
Aux = {
blizzard_ui_shown = false,
+4 -1
View File
@@ -88,7 +88,10 @@
<FontString name="$parentCount" inherits="NumberFontNormal" justifyH="RIGHT">
<Anchors><Anchor point="BOTTOMRIGHT" relativeTo="$parentIconTexture"><Offset><AbsDimension x="-5" y="2"/></Offset></Anchor></Anchors>
</FontString>
<FontString name="$parentName" inherits="GameFontNormal" justifyH="LEFT">
<FontString name="$parentName" font="Fonts\ARIALN.TTF" justifyH="LEFT">
<FontHeight>
<AbsValue val="14"/>
</FontHeight>
<Anchors>
<Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentIconTexture"><Offset><AbsDimension x="10" y="0"/></Offset></Anchor>
<Anchor point="RIGHT"><Offset><AbsDimension x="-10" y="0"/></Offset></Anchor>
+1 -1
View File
@@ -514,7 +514,7 @@ function private.update_recommendation()
AuxSellParametersItemIconTexture:SetTexture(nil)
AuxSellParametersItemCount:SetText()
AuxSellParametersItemName:SetTextColor(1, 1, 1)
AuxSellParametersItemName:SetTextColor(unpack(Aux.gui.config.label_color.enabled))
AuxSellParametersItemName:SetText('No item selected')
private.unit_start_price:Hide()