Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.

Commit

Permalink
added: current/end time to Video Seek bar
Browse files Browse the repository at this point in the history
  • Loading branch information
deadendthrills committed Apr 30, 2009
1 parent e1b0ee6 commit 97aadd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 720p/DialogSeekBar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<height>25</height>
<font>Font_OSDTime</font>
<colordiffuse>d0FFFFFF</colordiffuse>
<label>$INFO[VideoPlayer.Time]</label>
<label>$INFO[VideoPlayer.Time] ($INFO[System.Time])</label>
</control>

<control type="label">
Expand All @@ -179,7 +179,7 @@
<font>Font_OSDTime</font>
<align>right</align>
<colordiffuse>d0FFFFFF</colordiffuse>
<label>$INFO[VideoPlayer.Duration]</label>
<label>$INFO[VideoPlayer.Duration] ($INFO[Player.FinishTime])</label>
</control>

</control>
Expand Down

0 comments on commit 97aadd8

Please sign in to comment.