Textbox align right and bottom
#1
I want to use a big font for the title of the TV show but I need the big title to wrap otherwise Battlestar Gallactica (2003) goes halfway accross the screen.

Big titles are fine
Image

Little titles though I want aligned at the bottom/right not top/right
Image

Quote:<control type="textbox">
<posx>870</posx>
<posy>600</posy>
<width>400</width>
<height>200</height>
<align>right</align>
<aligny>bottom</aligny>
<font>Font_Bartowski_Landscape_TV_Title</font>
<textcolor>ff67ffff</textcolor>
<label>$INFO[ListItem.TVShowtitle]</label>

</control>

Doesn't have to be a textbox anything that works, thx for any help...
Reply
#2
I've opened a trac ticket for <aligny>bottom</aligny> control for labels so I could do just that using <wrapmultiline>true</wrapmultiline>

http://trac.xbmc.org/ticket/8007
Reply
#3
Good looking out, I thought I saw you talk about this before...i keep my eye out on that trac, thx
Reply

Logout Mark Read Team Forum Stats Members Help
Textbox align right and bottom0