diff options
| author | Adrien Tétar | 2015-10-30 10:01:43 +0100 | 
|---|---|---|
| committer | Adrien Tétar | 2015-10-30 10:01:43 +0100 | 
| commit | 77b6b0f9161dc909622ef99d311187150ddb1e8d (patch) | |
| tree | e2b779acd27db712c954b27e90eda2b38e08c6aa /Lib/defconQt/fontView.py | |
| parent | d7eb9410856fdf362764b020a9f48d392c65081e (diff) | |
| download | trufont-77b6b0f9161dc909622ef99d311187150ddb1e8d.tar.bz2 | |
meta: polishings
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 = [] | 
