Hello,
I'm trying to get the text in the IMDB info window to align to the right (as it should be in Hebrew).
I've edited 'DialogVideoInfo'.xml and added <align>right</right> as follows:
But it doesn't seem to do anything, so I guess I'm doing something wrong...
Even deleted the skin's cache folder, which obviously did nothing.
I'm using the Revision skin.
What is the right way to this?
Thanks,
Erez
I'm trying to get the text in the IMDB info window to align to the right (as it should be in Hebrew).
I've edited 'DialogVideoInfo'.xml and added <align>right</right> as follows:
<control>
<description>Plot value</description>
<type>textboxscrollup</type>
<id>20</id>
<posX>584</posX>
<posY>128</posY>
<width>772</width>
<height>355</height>
<align>right</align>
<label>#plot</label>
<font>font13</font>
<seperator>-------------------------------------------------------------------------------------------------------------------------------------------------------------------</seperator>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
</control>
<control>
<description>textarea</description>
<type>textbox</type>
<id>22</id>
<posX>584</posX>
<posY>128</posY>
<width>772</width>
<height>355</height>
<align>right</align>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<label>#cast</label>
<font>font13</font>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
</control>
But it doesn't seem to do anything, so I guess I'm doing something wrong...
Even deleted the skin's cache folder, which obviously did nothing.
I'm using the Revision skin.
What is the right way to this?
Thanks,
Erez