diff options
| author | Adrien Tétar | 2015-10-30 10:36:37 +0100 |
|---|---|---|
| committer | Adrien Tétar | 2015-10-30 10:36:37 +0100 |
| commit | 0c218c497fc17fca3460a9b097faf848d5e4bbce (patch) | |
| tree | 8140ceaf02070c306e1162199b7215df7f26917c /Lib/defconQt/fontView.py | |
| parent | d7eb9410856fdf362764b020a9f48d392c65081e (diff) | |
| parent | 0786b86dff97981fdff4dd094185b0adb200181f (diff) | |
| download | trufont-0c218c497fc17fca3460a9b097faf848d5e4bbce.tar.bz2 | |
Merge pull request #97 from trufont/patch-7
meta: polishing and license cleanup
Diffstat (limited to 'Lib/defconQt/fontView.py')
| -rw-r--r-- | Lib/defconQt/fontView.py | 5 |
1 files changed, 3 insertions, 2 deletions
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 = [] |
