changed font in post
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AuxVersion = '2.4.27'
|
||||
AuxVersion = '2.4.28'
|
||||
|
||||
Aux = {
|
||||
blizzard_ui_shown = false,
|
||||
|
||||
@@ -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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user