diff options
| author | Adrien Tétar | 2015-10-29 21:09:19 +0100 | 
|---|---|---|
| committer | Adrien Tétar | 2015-10-29 21:23:31 +0100 | 
| commit | 1a889dc612c036763d80815a00d4b9a8fc73ba78 (patch) | |
| tree | 83d9b76e4fb6a40d096e63a122b989061cf1bc65 /Lib/defconQt/glyphView.py | |
| parent | 5d62be8c4dfb601b92f9153400e3e1cc8712cf94 (diff) | |
| download | trufont-1a889dc612c036763d80815a00d4b9a8fc73ba78.tar.bz2 | |
meta: shufflings, loadMostRecentFile, metricsWindow: canvas key shortcuts
Diffstat (limited to 'Lib/defconQt/glyphView.py')
| -rw-r--r-- | Lib/defconQt/glyphView.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Lib/defconQt/glyphView.py b/Lib/defconQt/glyphView.py index 87232c3..c9b483a 100644 --- a/Lib/defconQt/glyphView.py +++ b/Lib/defconQt/glyphView.py @@ -181,7 +181,7 @@ class AddLayerDialog(QDialog):          layout.addWidget(layerNameLabel, l, 0)          layout.addWidget(self.layerNameEdit, l, 1)          l += 1 -        layout.addWidget(buttonBox, l, 2) +        layout.addWidget(buttonBox, l, 0, 1, 2)          self.setLayout(layout)      @classmethod @@ -302,7 +302,7 @@ class MainGfxWindow(QMainWindow):          menuBar.addMenu(fileMenu)          glyphMenu = QMenu("&Glyph", self) -        glyphMenu.addAction("&Jump", self.changeGlyph, "J") +        glyphMenu.addAction("&Go to…", self.changeGlyph, "G")          menuBar.addMenu(glyphMenu)          self._displaySettings = DisplayStyleSettings( | 
