forked from openlp/openlp
Spell Vertical
This commit is contained in:
commit
fd473b81d7
@ -527,12 +527,6 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeWizard):
|
|||||||
self.theme.background_filename = unicode(filename)
|
self.theme.background_filename = unicode(filename)
|
||||||
self.setBackgroundTabValues()
|
self.setBackgroundTabValues()
|
||||||
|
|
||||||
# def onMainFontComboBox(self):
|
|
||||||
# """
|
|
||||||
# Main Font Combo box changed
|
|
||||||
# """
|
|
||||||
# self.theme.font_main_name = self.mainFontComboBox.currentFont().family()
|
|
||||||
|
|
||||||
def onMainColourPushButtonClicked(self):
|
def onMainColourPushButtonClicked(self):
|
||||||
self.theme.font_main_color = \
|
self.theme.font_main_color = \
|
||||||
self._colorButton(self.theme.font_main_color)
|
self._colorButton(self.theme.font_main_color)
|
||||||
|
@ -638,7 +638,7 @@ class Ui_ThemeWizard(object):
|
|||||||
self.horizontalComboBox.setItemText(2, translate('OpenLP.ThemeForm',
|
self.horizontalComboBox.setItemText(2, translate('OpenLP.ThemeForm',
|
||||||
'Center'))
|
'Center'))
|
||||||
self.verticalLabel.setText(translate('OpenLP.ThemeForm',
|
self.verticalLabel.setText(translate('OpenLP.ThemeForm',
|
||||||
'Vertcal Align:'))
|
'Vertical Align:'))
|
||||||
self.verticalComboBox.setItemText(0, translate('OpenLP.ThemeForm',
|
self.verticalComboBox.setItemText(0, translate('OpenLP.ThemeForm',
|
||||||
'Top'))
|
'Top'))
|
||||||
self.verticalComboBox.setItemText(1, translate('OpenLP.ThemeForm',
|
self.verticalComboBox.setItemText(1, translate('OpenLP.ThemeForm',
|
||||||
|
Loading…
Reference in New Issue
Block a user