Spell Vertical

This commit is contained in:
Tim Bentley 2010-12-06 19:28:52 +00:00
commit fd473b81d7
2 changed files with 1 additions and 7 deletions

View File

@ -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)

View File

@ -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',