Alexander Esmont wrote:
> Michael Beal wrote to Duncan Webb at Sun, 21 Jan 2007 11:46:02:
>
>> The "Rain" skin is at fault, Duncan. For whatever reason, it doesn't
>> allow
>> resolutions above 800x600. I'll fix it when I have time.
>
> May I intrude in your disscution?
> This bug is fixes by adding some definition in fxd file:
>
> <font label="widget" name="VeraBd.ttf" size="14">
> <shadow visible="yes" color="0x000000" border="yes"/>
> </font>
>
> <font label="selected widget" name="VeraBd.ttf" size="14">
> <shadow visible="yes" color="0x000000" border="yes"/>
> </font>
>
> I have freevo-1.5.3 and decide similar problem in this way.
I'm not quite sure why this should solve the problem anyway it is now in
svn.
The rain skin is derived from the info skin and the info skin is derived
from the basic skin. So the selected widget font should be available.
> PS
> Sorry for bad english - it's not my native language.
Don't worry about this :)
This is the patch that have been applied:
Index: share/skins/main/rain.fxd
===================================================================
--- share/skins/main/rain.fxd (revision 9278)
+++ share/skins/main/rain.fxd (working copy)
@@ -103,8 +103,16 @@
<shadow x="1" y="1" color="0x000000" visible="yes"/>
</font>
+ <!--<font label="widget" name="VeraBd" size="16" color="0x000000"/>-->
+ <font label="widget" name="VeraBd.ttf" size="14">
+ <shadow visible="yes" color="0x000000" border="yes"/>
+ </font>
+
+ <font label="selected widget" name="VeraBd.ttf" size="14">
+ <shadow visible="yes" color="0x000000" border="yes"/>
+ </font>
+
<color label="widget background" value="0xefb744"/>
- <font label="widget" name="VeraBd" size="16" color="0x000000"/>
<color label="widget text" value="0x000000"/>
<color label="widget item background" value="0xefb744"/>
<color label="widget selected background" value="0xfffe8d"/>
Anyway many thanks
Duncan
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel