Skip to content

Commit

Permalink
Change UI chrono horiz align to right
Browse files Browse the repository at this point in the history
To avoid overlap with RACE TIME if the chrono goes over 10 minutes, I changed the alignment to a good value which additionally doesn't change the chrono position when time is below 10 minutes.
  • Loading branch information
BigBang1112 authored Apr 15, 2020
1 parent b8c054d commit 61aed3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Text Private_GetMLRace(Real _Scale, Vec2 _PosRatio, Real _SpecialScale, Vec2 _Cl
</frame>

<frame id="Frame_Chrono" pos="0 -76.5" hidden="1">
<label id="Label_Chrono" halign="center" valign="center" z-index="1" pos="0 0" size="50" textsize="2" scale="4" text="0" textfont="{{{G_FontChrono}}}"/>
<label id="Label_Chrono" halign="right" valign="center" z-index="1" pos="19.25 0" size="50" textsize="2" scale="4" text="0" textfont="{{{G_FontChrono}}}"/>
<quad halign="center" valign="center" z-index="1" pos="29.1 -4" size="15.2 5" style="Bgs1" substyle="BgDialogBlur" opacity="0.1" bluramount="0.1"/>
<quad halign="center" valign="center" z-index="1" pos="29.1 -4" size="15.2 5" bgcolor="888" opacity="0.3"/>
<label halign="center" valign="center" z-index="1" pos="29.3 -3.7" size="15" textsize="2" scale="1" text="RACE TIME" textfont="{{{G_FontMain}}}"/>
Expand Down

0 comments on commit 61aed3e

Please sign in to comment.