aboutsummaryrefslogtreecommitdiff
path: root/preview_thread.py
diff options
context:
space:
mode:
authorDH42017-05-27 03:06:17 -0500
committerDH42017-05-27 03:06:17 -0500
commitf2329e93660780fc261abdbbd9d43884fdcaf722 (patch)
tree864b0fb72acb042d116d9b0e4064ad578c88b6b3 /preview_thread.py
parenteaee0ab233709c18324dbb25f38b59c95c447e3c (diff)
Added automatic scaling of Image and bars. Set title x/y position, and font size based on scale.
Diffstat (limited to 'preview_thread.py')
-rw-r--r--preview_thread.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/preview_thread.py b/preview_thread.py
index 041d39e..8195712 100644
--- a/preview_thread.py
+++ b/preview_thread.py
@@ -17,6 +17,7 @@ class Worker(QtCore.QObject):
parent.processTask.connect(self.process)
self.core = core.Core()
self.queue = queue
+ self.core.settings = parent.settings
@pyqtSlot(str, str, QtGui.QFont, int, int, int, int, tuple, tuple)