diff options
author | CastagnaIT <gottardo.stefano.83@gmail.com> | 2022-01-05 13:50:45 +0100 |
---|---|---|
committer | CastagnaIT <gottardo.stefano.83@gmail.com> | 2022-01-05 13:50:45 +0100 |
commit | 5c74a5fb91fd8a76cd03856bab9f7a5619d6dd31 (patch) | |
tree | 5d312538a1c57776e92bf41b0c0b2555a147dc6a /addons/skin.estuary | |
parent | 527ee4b524afedf1980a08f46f0ef93b1af48ca2 (diff) |
[Skin] Add scan type info to player process info window
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/xml/DialogPlayerProcessInfo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/DialogPlayerProcessInfo.xml b/addons/skin.estuary/xml/DialogPlayerProcessInfo.xml index 0b6415596b..15095dc4b3 100644 --- a/addons/skin.estuary/xml/DialogPlayerProcessInfo.xml +++ b/addons/skin.estuary/xml/DialogPlayerProcessInfo.xml @@ -237,7 +237,7 @@ <width>1600</width> <height>50</height> <aligny>bottom</aligny> - <label>$INFO[Player.Process(videowidth),[COLOR button_focus]$LOCALIZE[38031]:[/COLOR] ,x]$INFO[Player.Process(videoheight),, px]$INFO[Player.Process(videodar),$COMMA , AR]$INFO[Player.Process(videofps),$COMMA , FPS]</label> + <label>$INFO[Player.Process(videowidth),[COLOR button_focus]$LOCALIZE[38031]:[/COLOR] ,x]$INFO[Player.Process(videoheight)]$INFO[Player.Process(videoscantype)]$INFO[Player.Process(videodar),$COMMA , AR]$INFO[Player.Process(videofps),$COMMA , FPS]</label> <font>font14</font> <shadowcolor>black</shadowcolor> <visible>Player.HasVideo</visible> |