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.setBackgroundTabValues()
|
||||
|
||||
# def onMainFontComboBox(self):
|
||||
# """
|
||||
# Main Font Combo box changed
|
||||
# """
|
||||
# self.theme.font_main_name = self.mainFontComboBox.currentFont().family()
|
||||
|
||||
def onMainColourPushButtonClicked(self):
|
||||
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',
|
||||
'Center'))
|
||||
self.verticalLabel.setText(translate('OpenLP.ThemeForm',
|
||||
'Vertcal Align:'))
|
||||
'Vertical Align:'))
|
||||
self.verticalComboBox.setItemText(0, translate('OpenLP.ThemeForm',
|
||||
'Top'))
|
||||
self.verticalComboBox.setItemText(1, translate('OpenLP.ThemeForm',
|
||||
|
Loading…
Reference in New Issue
Block a user