Draft: small changes to the taskpanels for arrays
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user