Skip to content

Commit fc5ad42

Browse files
author
Tomer Shalev
committed
Rename DymoPrintWindow to LabelleWindow
1 parent 3b6d7ec commit fc5ad42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/labelle/gui/gui.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
LOG = logging.getLogger(__name__)
3838

3939

40-
class DymoPrintWindow(QWidget):
40+
class LabelleWindow(QWidget):
4141
label_bitmap_to_print: Optional[Image.Image]
4242
device_manager: DeviceManager
4343
dymo_labeler: DymoLabeler
@@ -263,6 +263,6 @@ def main():
263263
with system_run():
264264
app = QApplication(sys.argv)
265265
parse(app)
266-
window = DymoPrintWindow()
266+
window = LabelleWindow()
267267
window.show()
268268
sys.exit(app.exec())

0 commit comments

Comments
 (0)