2009-10-26, 08:00 PM
I'd like to see the following change made to the Weather2 skin. It makes the text in a Weather Alert larger so it is readable on a television screen from across a living room. The font included in the basic skin is only readable if you are watching PVRX2 on your computer and the screen is only a couple feet away. (Your vision may vary)
Although I've included a block of text so the location of the change can be easier to find, the change made was to use the textstyle "MapTitle".
[COLOR="Blue"][SIZE="2"] <!-- =========================================================== -->
<!-- MultiLine TextBox Images -->
<!-- =========================================================== -->
<CompositeImage name="AlertTextBoxImageNormal" size="70.0,96.0">
<DrawRoundedRect loc="05,15" size="94,69" fillColor="ListNormal" borderColor="NormalTextBoxBorder" radius="1" borderWidth="0"/>
<DrawText text="@text" loc="05,15" size="94,69" textStyle="MapTitle" align="Left"/>
<DrawImage filename="..\_CoreImages\Up.png" loc="95,16" size="3.0,3.0" visible="@moreUp" />
<DrawImage filename="..\_CoreImages\Down.png" loc="95,80" size="3.0,3.0" visible="@moreDown" />
</CompositeImage>
<CompositeImage name="AlertTextBoxImageSelected" size="70.0,96.0">
<DrawRoundedRect loc="05,15" size="94,69" fillColor="ListSelected" borderColor="SelectedTextBoxBorder" radius="1" borderWidth="0"/>
<DrawText text="@text" loc="05,15" size="94,69" textStyle="MapTitle" align="Left"/>
<DrawImage filename="..\_CoreImages\Up.png" loc="95,16" size="3.0,3.0" visible="@moreUp" />
<DrawImage filename="..\_CoreImages\Down.png" loc="95,80" size="3.0,3.0" visible="@moreDown" />
</CompositeImage>[/SIZE][/COLOR]
Although I've included a block of text so the location of the change can be easier to find, the change made was to use the textstyle "MapTitle".
[COLOR="Blue"][SIZE="2"] <!-- =========================================================== -->
<!-- MultiLine TextBox Images -->
<!-- =========================================================== -->
<CompositeImage name="AlertTextBoxImageNormal" size="70.0,96.0">
<DrawRoundedRect loc="05,15" size="94,69" fillColor="ListNormal" borderColor="NormalTextBoxBorder" radius="1" borderWidth="0"/>
<DrawText text="@text" loc="05,15" size="94,69" textStyle="MapTitle" align="Left"/>
<DrawImage filename="..\_CoreImages\Up.png" loc="95,16" size="3.0,3.0" visible="@moreUp" />
<DrawImage filename="..\_CoreImages\Down.png" loc="95,80" size="3.0,3.0" visible="@moreDown" />
</CompositeImage>
<CompositeImage name="AlertTextBoxImageSelected" size="70.0,96.0">
<DrawRoundedRect loc="05,15" size="94,69" fillColor="ListSelected" borderColor="SelectedTextBoxBorder" radius="1" borderWidth="0"/>
<DrawText text="@text" loc="05,15" size="94,69" textStyle="MapTitle" align="Left"/>
<DrawImage filename="..\_CoreImages\Up.png" loc="95,16" size="3.0,3.0" visible="@moreUp" />
<DrawImage filename="..\_CoreImages\Down.png" loc="95,80" size="3.0,3.0" visible="@moreDown" />
</CompositeImage>[/SIZE][/COLOR]