Skip to content

Commit e9c4a02

Browse files
committed
use correct label widths; make audiocodec label a textbox and autoscroll it on demand
1 parent c374558 commit e9c4a02

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

resources/skins/Main/1080i/script-plex-seek_dialog.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<top>0</top>
205205
<width>793</width>
206206
<control type="label">
207-
<width>893</width>
207+
<width>793</width>
208208
<height>50</height>
209209
<aligny>bottom</aligny>
210210
<label>$INFO[Player.Process(videodecoder),[COLOR FFE5A00D]$LOCALIZE[31139]:[/COLOR] ]$VAR[VideoHWDecoder, (,)]</label>
@@ -213,7 +213,7 @@
213213
<visible>Player.HasVideo</visible>
214214
</control>
215215
<control type="label">
216-
<width>893</width>
216+
<width>793</width>
217217
<height>50</height>
218218
<aligny>bottom</aligny>
219219
<label>$INFO[Player.Process(pixformat),[COLOR FFE5A00D]$LOCALIZE[31140]:[/COLOR] ]</label>
@@ -222,7 +222,7 @@
222222
<visible>Player.HasVideo</visible>
223223
</control>
224224
<control type="label">
225-
<width>893</width>
225+
<width>793</width>
226226
<height>50</height>
227227
<aligny>bottom</aligny>
228228
<label>$INFO[Player.Process(deintmethod),[COLOR FFE5A00D]$LOCALIZE[16038]:[/COLOR] ]</label>
@@ -231,24 +231,25 @@
231231
<visible>Player.HasVideo</visible>
232232
</control>
233233
<control type="label">
234-
<width>893</width>
234+
<width>793</width>
235235
<height>50</height>
236236
<aligny>bottom</aligny>
237237
<label>$INFO[Player.Process(videowidth),[COLOR FFE5A00D]$LOCALIZE[38031]:[/COLOR] ,x]$INFO[Player.Process(videoheight),, px]$INFO[Player.Process(videodar),$COMMA , AR]$INFO[Player.Process(videofps),$COMMA , FPS]</label>
238238
<font>font14</font>
239239
<shadowcolor>black</shadowcolor>
240240
<visible>Player.HasVideo</visible>
241241
</control>
242-
<control type="label">
243-
<width>893</width>
242+
<control type="textbox">
243+
<width>793</width>
244244
<height>50</height>
245245
<aligny>bottom</aligny>
246+
<autoscroll delay="1000" time="1000" repeat="2000"></autoscroll>
246247
<label>[COLOR FFE5A00D]$LOCALIZE[460]:[/COLOR] $INFO[Player.Process(audiochannels),,$COMMA ]$INFO[Player.Process(audiodecoder)]$INFO[Player.Process(audiobitspersample),$COMMA , bits]$INFO[Player.Process(audiosamplerate),$COMMA , Hz]</label>
247248
<font>font14</font>
248249
<shadowcolor>black</shadowcolor>
249250
</control>
250251
<control type="label">
251-
<width>893</width>
252+
<width>793</width>
252253
<height>50</height>
253254
<aligny>bottom</aligny>
254255
<label>$INFO[System.Memory(used.percent),[COLOR FFE5A00D]$LOCALIZE[31030]:[/COLOR] ,]</label>

0 commit comments

Comments
 (0)