DO Var TextPriceMenuSize

This commit is contained in:
kong 2022-11-10 14:00:56 +07:00
parent 6e51da10a9
commit acd9eb2a9a
14 changed files with 736 additions and 724 deletions

View file

@ -616,6 +616,17 @@
DEBUGVAR DisplayFormat
DEBUGVAR PreScaleConvert
DEBUGVAR UnitPostDisplay
Var TextPriceMenuSize = 14
If CountryName = "Thailand" Then
Var TextPriceMenuSize = 14
EndIf
If CountryName = "Malaysia" Then
Var TextPriceMenuSize = 12
EndIf
</EventOpen>