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.estouchy | |
parent | 527ee4b524afedf1980a08f46f0ef93b1af48ca2 (diff) |
[Skin] Add scan type info to player process info window
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r-- | addons/skin.estouchy/xml/DialogPlayerProcessInfo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estouchy/xml/DialogPlayerProcessInfo.xml b/addons/skin.estouchy/xml/DialogPlayerProcessInfo.xml index 71f5efe9f4..a184553330 100644 --- a/addons/skin.estouchy/xml/DialogPlayerProcessInfo.xml +++ b/addons/skin.estouchy/xml/DialogPlayerProcessInfo.xml @@ -240,7 +240,7 @@ <width>1000</width> <height>30</height> <aligny>bottom</aligny> - <label>$INFO[Player.Process(videowidth),[COLOR blue]$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 blue]$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>font25</font> <shadowcolor>black</shadowcolor> <visible>Player.HasVideo</visible> |