Author: duncan
Date: Sun Oct 14 12:18:01 2007
New Revision: 9981
Log:
[ 1813244 ] Fix overscan in tiny_xosd.py
Patch from Frank Naude applied
Modified:
branches/rel-1/freevo/ChangeLog
branches/rel-1/freevo/src/plugins/tiny_xosd.py
Modified: branches/rel-1/freevo/ChangeLog
==============================================================================
--- branches/rel-1/freevo/ChangeLog (original)
+++ branches/rel-1/freevo/ChangeLog Sun Oct 14 12:18:01 2007
@@ -30,7 +30,7 @@
* Updated the LCD plug-in to allow a 16x4 mode (F#1776450)
* Updated alsamixer with event args and synchronous mixer control (F#1767928)
* Updated a submenu selection when there is only one action to execute the
action (F#1774569)
- * Updated osd overscan to allow different margins for all sides (F#1791026)
+ * Updated osd overscan to allow different margins for all sides
(F#1791026,B#1813244)
* Updated shopping cart plug-in at allow items to removed as well (F#1807315)
* Updated tv favourite handling and programme item to provide a consistant
interface (F#1776909)
* Updated video item to include the full description (F#1777187)
Modified: branches/rel-1/freevo/src/plugins/tiny_xosd.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/tiny_xosd.py (original)
+++ branches/rel-1/freevo/src/plugins/tiny_xosd.py Sun Oct 14 12:18:01 2007
@@ -42,7 +42,7 @@
OSD_MESSAGE_FONT = '-*-helvetica-medium-r-normal-*-*-260-*-*-p-*-*-*'
OSD_MESSAGE_COLOR = '#D3D3D3' # LightGray
OSD_MESSAGE_TIMEOUT = 3 # 3 seconds
-OSD_MESSAGE_OFFSET = 20 + config.OSD_OVERSCAN_Y # Offset of 20 pixels
+OSD_MESSAGE_OFFSET = 20 + config.OSD_OVERSCAN_BOTTOM # Offset of 20 pixels
# Labels which are displayed with percent
PERCENT = [ 'Volume',
@@ -134,7 +134,7 @@
if config.START_FULLSCREEN_X == 1:
# Map xosd to Freevo osd
self.osd.set_pos(pyosd.POS_TOP)
- self.osd.set_offset(config.CONF.height -
3*config.OSD_DEFAULT_FONTSIZE - config.OSD_OVERSCAN_Y)
+ self.osd.set_offset(config.CONF.height -
3*config.OSD_DEFAULT_FONTSIZE - config.OSD_OVERSCAN_BOTTOM)
else:
self.osd.set_pos(pyosd.POS_BOT)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog