Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSiLVO committed May 7, 2024
1 parent e670a97 commit fb4654f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 16x9/custom_1134_PausedOverlay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@
<height>60</height>
<font>font15</font>
<textoffsetx>15</textoffsetx>
<textcolor>grey</textcolor>
<label>$INFO[VideoPlayer.Year]$INFO[VideoPlayer.MPAA, • ]$VAR[PlayerDurationVar, • ]$INFO[Player.FinishTime, • $LOCALIZE[31393]: , • ]$VAR[PlayerTimeRemainingHourVar,, ]$VAR[PlayerTimeRemainingMinuteVar]</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<label>$INFO[VideoPlayer.Genre]</label>
<visible>!String.IsEmpty(VideoPlayer.Genre)</visible>
</control>
<control type="label">
<width>1720</width>
<height>60</height>
<font>font15</font>
<textoffsetx>15</textoffsetx>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<label>$INFO[VideoPlayer.Genre]</label>
<visible>!String.IsEmpty(VideoPlayer.Genre)</visible>
<textcolor>grey</textcolor>
<label>$INFO[VideoPlayer.Year]$INFO[VideoPlayer.MPAA, • ]$VAR[PlayerDurationVar, • ]$INFO[Player.FinishTime, • $LOCALIZE[31393]: , • ]$VAR[PlayerTimeRemainingHourVar,, ]$VAR[PlayerTimeRemainingMinuteVar]</label>
</control>
<control type="label">
<width>1720</width>
Expand Down

0 comments on commit fb4654f

Please sign in to comment.