aboutsummaryrefslogtreecommitdiff
path: root/components/text.py
diff options
context:
space:
mode:
authortassaron2017-05-28 22:58:13 -0400
committertassaron2017-05-28 22:58:13 -0400
commitdb7acbf3ea353d6c5b21de44b4f532b43339ac5c (patch)
tree14c61c69dad54b9aeffc4f6a78ade0d3191c4b2e /components/text.py
parentc0920da4ffa0a78bac3eec7fdadba3a4183a8fed (diff)
save empty presets, comboBox populates with preset names
Diffstat (limited to 'components/text.py')
-rw-r--r--components/text.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/text.py b/components/text.py
index e900994..334fc80 100644
--- a/components/text.py
+++ b/components/text.py
@@ -55,6 +55,9 @@ class Component:
self.page = page
return page
+ def version(self):
+ return 1
+
def update(self):
self.title = self.page.lineEdit_title.text()
self.alignment = self.page.comboBox_textAlign.currentIndex()