Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1803

Multiline movie title

$
0
0
Trying to get a movie title display like this:

Dr. Strangelove or: How I
Learned to Stop Worrying a...


But I'm not sure how to go about it. Closest I found was adding
<wrapmultiline>true</wrapmultiline>
, but it seems not to respect height of the object, and just parses all the lines, overlapping with controls and so on:

Dr. Strangelove or: How I
Learned to Stop Worrying and
Love the Bomb


My code is:

                    <control type="label">
                      <left>200</left>
                      <top>225</top>
                      <width>900</width>
                      <height>154</height>
                      <font>Bold77</font>
                      <textcolor>FF000000</textcolor>
                      <label>[LOWERCASE]$INFO[ListItem.OriginalTitle][/LOWERCASE]</label>
                      <wrapmultiline>true</wrapmultiline>
                    </control>

Viewing all articles
Browse latest Browse all 1803

Trending Articles