diff options
| author | tassaron | 2017-06-03 20:39:32 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-03 20:39:32 -0400 |
| commit | 825b7af6e30deaf85646ce93507d8cb5a0b426ae (patch) | |
| tree | afc27ab315d955ec0ff5185cbeaa6eb7fed8af2f /components/text.py | |
| parent | cf197904b82d6f5769f23c15d047d22a2bd46644 (diff) | |
start of background replacement components
Diffstat (limited to 'components/text.py')
| -rw-r--r-- | components/text.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/text.py b/components/text.py index 7efde39..d2e009d 100644 --- a/components/text.py +++ b/components/text.py @@ -18,7 +18,6 @@ class Component(__base__.Component): self.parent = parent self.textColor = (255,255,255) self.title = 'Text' - self.titleFont = None self.alignment = 1 self.fontSize = height / 13.5 self.xPosition = width / 2 @@ -35,8 +34,6 @@ class Component(__base__.Component): page.pushButton_textColor.setStyleSheet(btnStyle) page.lineEdit_title.setText(self.title) - #if self.titleFont: - # page.fontComboBox_titleFont.setCurrentFont(QFont(self.titleFont)) page.comboBox_textAlign.setCurrentIndex(int(self.alignment)) page.spinBox_fontSize.setValue(int(self.fontSize)) page.spinBox_xTextAlign.setValue(int(self.xPosition)) |
