aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/glyphView.py
diff options
context:
space:
mode:
authorAdrien Tétar2015-05-29 00:09:44 +0200
committerAdrien Tétar2015-05-29 00:09:44 +0200
commitb588ee3ca0dc77c37b7cc180ba1bdab04bd7de4e (patch)
tree583cdab1fadacb8a865d7816bb07c23fed4bb4c0 /Lib/defconQt/glyphView.py
parent82a6fe3e119bbc52f76da41c4e430f59ee240d11 (diff)
downloadtrufont-b588ee3ca0dc77c37b7cc180ba1bdab04bd7de4e.tar.bz2
Twix
Diffstat (limited to 'Lib/defconQt/glyphView.py')
-rw-r--r--Lib/defconQt/glyphView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/glyphView.py b/Lib/defconQt/glyphView.py
index a4ce3bf..d20753d 100644
--- a/Lib/defconQt/glyphView.py
+++ b/Lib/defconQt/glyphView.py
@@ -408,7 +408,7 @@ class GlyphView(QGraphicsView):
#self.fitInView(0, self._font.info.descender, self._glyph.width, self._font.info.unitsPerEm, Qt.KeepAspectRatio)
#sc = self.height()/self.scene().height()
#self.scale(sc, sc);
- self.scene().setSceneRect(-1500, -1500, 3000, 3000)
+ self.scene().setSceneRect(-1000, -1000, 3000, 3000)
def _glyphChanged(self, event):
pass