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 4b5f7d5575
commit 6d4ee479c0
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.