From 41d1ea359037c9f5cf62247b834919a5c00e40a3 Mon Sep 17 00:00:00 2001 From: Edwin Lunando Date: Sat, 19 May 2012 23:50:45 +0700 Subject: [PATCH] added comment --- openlp/core/lib/theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/lib/theme.py b/openlp/core/lib/theme.py index 61e7cdcaf..8b701443a 100644 --- a/openlp/core/lib/theme.py +++ b/openlp/core/lib/theme.py @@ -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