diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-04-02 22:36:54 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-04-02 22:36:54 -0400 |
| commit | a9cf553066c3fd5b907593751bb00f77f32ce86a (patch) | |
| tree | a13f29b0b67d644a520be02afd4ba8f4062dba66 /lib/gui/__init__.py | |
| parent | 55505369496c0986e54fe5722e7e8ddce0a9294e (diff) | |
add font description to font selector dropdown
Diffstat (limited to 'lib/gui/__init__.py')
| -rw-r--r-- | lib/gui/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/__init__.py b/lib/gui/__init__.py index 060c3d93..51890cf9 100644 --- a/lib/gui/__init__.py +++ b/lib/gui/__init__.py @@ -1,3 +1,4 @@ from dialogs import info_dialog, confirm_dialog from presets import PresetsPanel from simulator import EmbroiderySimulator, SimulatorPreview, show_simulator +from subtitle_combo_box import SubtitleComboBox |
