aboutsummaryrefslogtreecommitdiff
path: root/src/components/text.py
diff options
context:
space:
mode:
authortassaron2017-08-03 00:44:46 -0400
committertassaron2017-08-03 00:44:46 -0400
commit6611492b30a7daf7bdbe77f6e12f9d322bdd90c1 (patch)
tree57826b56646ccf81a7954af7daa4eb10632f2b32 /src/components/text.py
parent62431a3cfebdc8490b7010d71b8e646dd6bd0d35 (diff)
relative gradients & last good frame used for preview errors
Diffstat (limited to 'src/components/text.py')
-rw-r--r--src/components/text.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/text.py b/src/components/text.py
index be4de4a..2a5d433 100644
--- a/src/components/text.py
+++ b/src/components/text.py
@@ -17,8 +17,6 @@ class Component(Component):
def widget(self, *args):
super().widget(*args)
- # height = int(self.settings.value('outputHeight'))
- # width = int(self.settings.value('outputWidth'))
self.textColor = (255, 255, 255)
self.title = 'Text'
self.alignment = 1