Using the renderer.py calculation

This commit is contained in:
Edwin Lunando 2012-05-19 15:46:22 +07:00
parent 3fdb3b2991
commit b9aaaf05f6
1 changed files with 6 additions and 5 deletions

View File

@ -448,11 +448,12 @@ class ThemeXML(object):
"""
Set the header and footer size into the current primary screen
"""
self.font_main_width = current_screen[u'size'].width()-20
self.font_main_height = current_screen[u'size'].height()-100
self.font_footer_width = current_screen[u'size'].width()-20
self.font_footer_y = current_screen[u'size'].height()-80
self.font_footer_height = 70
self.font_main_y = 0;
self.font_main_width = current_screen[u'size'].width() - 20
self.font_main_height = current_screen[u'size'].height() * 9 / 10
self.font_footer_width = current_screen[u'size'].width() - 20
self.font_footer_y = current_screen[u'size'].height() * 9 / 10
self.font_footer_height = current_screen[u'size'].height() / 10
def dump_xml(self):
"""