diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-06-25 23:46:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-25 23:46:50 +0200 |
| commit | 850958b5bc6017da66fad041dabc6ddd7b8d9f69 (patch) | |
| tree | 5ba42bcd4153631d58e9fb3d48ba25411f4adf74 /lib/gui/simulator/__init__.py | |
| parent | 75a9ea2e1dc16bfc8b41d9a747fdb29b5d3d0b14 (diff) | |
Simulator: make colors visible on background (#3010)
* simulator: color visible on background
* add design dimension info to simulator statusbar
* update preview when apply font size filter
* add info box
* preferences: check if stitch_plan is loaded
Diffstat (limited to 'lib/gui/simulator/__init__.py')
| -rw-r--r-- | lib/gui/simulator/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/simulator/__init__.py b/lib/gui/simulator/__init__.py index 4ccc745b..1307586e 100644 --- a/lib/gui/simulator/__init__.py +++ b/lib/gui/simulator/__init__.py @@ -3,6 +3,7 @@ # Copyright (c) 2024 Authors # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. +from .design_info import DesignInfoDialog from .simulator_preferences import SimulatorPreferenceDialog from .simulator_slider import SimulatorSlider from .control_panel import ControlPanel |
