added comment

This commit is contained in:
Edwin Lunando 2012-05-19 23:50:45 +07:00
parent b9aaaf05f6
commit 41d1ea3590
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ class ThemeXML(object):
"""
Set the header and footer size into the current primary screen
"""
#10 px border set round display
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