Author: duncan
Date: Mon Jan 14 14:42:38 2008
New Revision: 10289

Log:
The fullscreen text is to small to read on the TV, this uses the widget font
for the message.


Modified:
   branches/rel-1/freevo/src/audio/plugins/mplayervis.py

Modified: branches/rel-1/freevo/src/audio/plugins/mplayervis.py
==============================================================================
--- branches/rel-1/freevo/src/audio/plugins/mplayervis.py       (original)
+++ branches/rel-1/freevo/src/audio/plugins/mplayervis.py       Mon Jan 14 
14:42:38 2008
@@ -199,11 +199,11 @@
         """
         _debug_('set_info(info=%r, timeout==%r)' % (info, timeout), 1)
 
-        font = skin.get_font('detachbar')
+        font = skin.get_font('widget')
         w = font.stringsize(info)
         h = font.height
-        x = 10
-        y = 10
+        x = config.OSD_OVERSCAN_LEFT+5
+        y = config.OSD_OVERSCAN_TOP+5
 
         s = Surface((w,h), 0, 32)
 
@@ -558,7 +558,7 @@
             self.player.playerGUI.hide()
 
         self.visual.set_fullscreen()
-        self.visual.set_info(self.item_info())
+        self.visual.set_info(self.item_info(), 10)
         skin.clear()
         rc.app(self)
 

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to