Commit 1ecc5eeb authored by Antoine Cellerier's avatar Antoine Cellerier

Make the time displays a bit larger so that they don't scroll

parent 4bd1a286
......@@ -217,7 +217,7 @@
<Text x="21" y="207" alignment="left" color="#FFFFFF" font="mainfont" lefttop="leftbottom" rightbottom="rightbottom" width="320" text="$N" visible="not dvd.isActive"/>
<Text x="125" y="207" alignment="left" color="#FFFFFF" font="mainfont" lefttop="leftbottom" rightbottom="rightbottom" width="215" text="$N" visible="dvd.isActive"/>
<Text x="345" y="208" alignment="right" color="#FFFFFF" font="defaultfont" lefttop="rightbottom" rightbottom="rightbottom" width="85" text="$T/$D"/>
<Text x="342" y="208" alignment="right" color="#FFFFFF" font="defaultfont" lefttop="rightbottom" rightbottom="rightbottom" width="88" text="$T/$D"/>
<Button x="21" y="207" up="dvd_prevtitle" action="dvd.previousTitle()" tooltiptext="Play Previous Title on DVD" lefttop="leftbottom" rightbottom="rightbottom" visible="dvd.isActive"/>
<Button x="41" y="207" up="dvd_prevchapter" action="dvd.previousChapter()" tooltiptext="Go to Previous Chapter of Title" lefttop="leftbottom" rightbottom="rightbottom" visible="dvd.isActive"/>
<Button x="61" y="207" up="dvd_menu" action="dvd.rootMenu()" tooltiptext="Go to the DVD Title Menu" lefttop="leftbottom" rightbottom="rightbottom" visible="dvd.isActive"/>
......@@ -343,7 +343,7 @@
<Image x="0" y="0" action="move" image="minimal_bg"/>
<Text x="10" y="20" alignment="left" color="#FFFFFF" font="mainfont" text="$N" width="190"/>
<Text x="205" y="21" alignment="right" color="#FFFFFF" font="defaultfont" text="$T/$D" width="85"/>
<Text x="202" y="21" alignment="right" color="#FFFFFF" font="defaultfont" text="$T/$D" width="88"/>
<Slider x="10" y="42" points="(5,0),(275,0)" up="timeslider" value="time" tooltiptext="$T / $D"/>
<Button x="185" y="2" up="minimize_up" over="minimize_over" down="minimize_down" lefttop="righttop" rightbottom="righttop" action="vlc.minimize()" tooltiptext="Minimize VLC"/>
......@@ -370,4 +370,4 @@
<Anchor x="300" y="101" priority="3"/>
</Group></Layout>
</Window>
</Theme>
\ No newline at end of file
</Theme>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment