Does tv-line-spacing ever work?

Hi,


I am trying to use tv-line-spacing in an `info` element, but it does not work. It is completely ignored. Here is my XML



<?xml version="1.0" encoding="UTF-8" ?>


<document>

<head>

<style>

.stackStyle {

tv-align: left;

tv-position: top;

margin: 195 0 0 178;

}

.rowStyle {

tv-align: left;

tv-position: top;

margin: 0;

}

.logoStyle {

tv-align: left;

tv-position: top;

margin: 0 0 25 0;

}

.titleStyle {

color: rgb(255,255,255);

font-size: 60;

font-weight: medium;

}

.subtitleStyle {

color: rgb(255,255,255);

font-size: 60;

font-weight: thin;

margin: 5 0 0 0;

}

.descriptionStyle {

color: rgb(216,216,216);

font-size: 29;

font-weight: light;

tv-text-max-lines: 3;

max-width: 734;

width: 734;

margin: 35 0 0 0;

}

.infoListStyle {

margin: 70 0 0 0;

}

.infoStyle {

tv-line-spacing: 34;

}

</style>

</head>


<divTemplate appear="{{events.onAppear.name}}">

<banner class="stackStyle">

<img src="{{pixLogoURL}}" width="150" height="150"/>

<infoList class="infoListStyle">

<info>

<text class="titleStyle">{{strings.title}}</text>

</info>

<info>

<text class="subtitleStyle">{{strings.subtitle}}</text>

</info>

<info class="infoStyle">

<text class="descriptionStyle">{{strings.description}}</text>

</info>

</infoList>

</banner>

</divTemplate>

</document>


Any ideas please?


Thanks

Replies

Managed to solve? Mistrust of divTemplate