Draft: fix syntax errors

This commit is contained in:
wmayer
2021-02-13 12:14:12 +01:00
parent 5086c5f38d
commit 2b881cccad
9 changed files with 12 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ class TaskPanelPolarArray:
pix = QtGui.QPixmap(svg)
icon = QtGui.QIcon.fromTheme(icon_name, QtGui.QIcon(svg))
self.form.setWindowIcon(icon)
self.form.setWindowTitle(translate("draft","Polar array")
self.form.setWindowTitle(translate("draft","Polar array"))
self.form.label_icon.setPixmap(pix.scaled(32, 32))