Draft: small changes to the taskpanels for arrays

This commit is contained in:
vocx-fc
2020-04-11 18:09:04 -05:00
committed by Yorik van Havre
parent 3cf7ea0da5
commit f1ca3c9454
3 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ class TaskPanelCircularArray:
def __init__(self):
self.name = "Circular array"
_log(_tr("Task panel:") + "{}".format(_tr(self.name)))
_log(_tr("Task panel:") + " {}".format(_tr(self.name)))
# The .ui file must be loaded into an attribute
# called `self.form` so that it is displayed in the task panel.

View File

@@ -77,7 +77,7 @@ class TaskPanelOrthoArray:
def __init__(self):
self.name = "Orthogonal array"
_log(_tr("Task panel:") + "{}".format(_tr(self.name)))
_log(_tr("Task panel:") + " {}".format(_tr(self.name)))
# The .ui file must be loaded into an attribute
# called `self.form` so that it is displayed in the task panel.

View File

@@ -77,7 +77,7 @@ class TaskPanelPolarArray:
def __init__(self):
self.name = "Polar array"
_log(_tr("Task panel:") + "{}".format(_tr(self.name)))
_log(_tr("Task panel:") + " {}".format(_tr(self.name)))
# The .ui file must be loaded into an attribute
# called `self.form` so that it is displayed in the task panel.