Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Belfagor2005 committed Jan 30, 2023
1 parent dfe70ef commit 12f52ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3199,7 +3199,7 @@ def __init__(self, session, parent):

def setText(self, text, line):
textleer = " "
text = text + textleer * 10
text = str(text) + (textleer * 10)
if line == 1:
self["text1"].setText(text)
elif line == 3:
Expand Down

0 comments on commit 12f52ea

Please sign in to comment.