Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Bugfix for Aluminium skin



I noticed a small formatting bug in the Aluminium skin that causes the ReplayPrompt and ReplayDuration to overlap. If I am playing back a recording and I try to jump, the prompt overlaps.

--- Aluminium/Aluminium.skin.orig 2004-12-08 10:45:13.000000000 -0800
+++ Aluminium/Aluminium.skin 2005-01-04 17:57:30.000000000 -0800
@@ -20,8 +20,8 @@
<image x="0" y="-43" path="Aluminium_replaybottom.png"/>
<text x1="42" x2="571" y1="-113" y2="-86" color="#FF000000" font="Osd">{ReplayTitle}</text>
<text x1="62" x2="261" y1="-38" y2="-11" color="#FF000000" font="Sml">{ReplayPosition}</text>
- <text x1="400" x2="599" y1="-38" y2="-11" color="#FF000000" font="Sml">{ReplayDuration}</text>
- <text x1="400" x2="599" y1="-38" y2="-11" color="#FF000000" font="Sml">{ReplayPrompt}</text>
+ <text x1="505" x2="599" y1="-38" y2="-11" color="#FF000000" font="Sml">{ReplayDuration}</text>
+ <text x1="395" x2="599" y1="-38" y2="-11" color="#FF000000" font="Sml">{ReplayPrompt}</text>
<text x1="42" x2="571" y1="-113" y2="-86" color="#FF000000" font="Osd">{MessageInfo}</text>
<text x1="42" x2="571" y1="-113" y2="-86" color="#FF000000" font="Osd">{MessageStatus}</text>
<text x1="42" x2="571" y1="-113" y2="-86" color="#FF000000" font="Osd">{MessageWarning}</text>




Home | Main Index | Thread Index