From 1a889dc612c036763d80815a00d4b9a8fc73ba78 Mon Sep 17 00:00:00 2001 From: Adrien Tétar Date: Thu, 29 Oct 2015 21:09:19 +0100 Subject: meta: shufflings, loadMostRecentFile, metricsWindow: canvas key shortcuts --- Lib/defconQt/glyphView.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/defconQt/glyphView.py') 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( -- cgit v1.2.3