From 77b6b0f9161dc909622ef99d311187150ddb1e8d Mon Sep 17 00:00:00 2001 From: Adrien Tétar Date: Fri, 30 Oct 2015 10:01:43 +0100 Subject: meta: polishings --- Lib/defconQt/fontView.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Lib/defconQt/fontView.py') diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py index c7fdccf..c33f8c3 100644 --- a/Lib/defconQt/fontView.py +++ b/Lib/defconQt/fontView.py @@ -469,7 +469,7 @@ class SortDialog(QDialog): self.setWindowModality(Qt.WindowModal) self.setWindowTitle("Sort…") - self.smartSortBox = QRadioButton("Optimized sort", self) + self.smartSortBox = QRadioButton("Canned sort", self) self.smartSortBox.setToolTip("A combination of simple, complex and " "custom sorts that give optimized " "ordering results.") @@ -1114,7 +1114,8 @@ class MainWindow(QMainWindow): self.metricsWindow.show() else: self.metricsWindow.raise_() - # TODO: decouple + # TODO: default string kicks-in on the window before this. Figure out + # how to make a clean interface selection = self.collectionWidget.selection if selection: glyphs = [] -- cgit v1.2.3