forked from openlp/openlp
I've resolved the bug #902492
I got the primary screen resolution from the ScreenList class.
This commit is contained in:
parent
81f0ff3870
commit
3fdb3b2991
@ -255,8 +255,7 @@ class ThemeManager(QtGui.QWidget):
|
|||||||
editing form for the user to make their customisations.
|
editing form for the user to make their customisations.
|
||||||
"""
|
"""
|
||||||
theme = ThemeXML()
|
theme = ThemeXML()
|
||||||
screens = ScreenList.get_instance()
|
theme.set_default_header_footer(ScreenList.get_instance().current)
|
||||||
theme.set_default_header_footer(screens.current)
|
|
||||||
self.themeForm.theme = theme
|
self.themeForm.theme = theme
|
||||||
self.themeForm.exec_()
|
self.themeForm.exec_()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user