Skip to content

Commit

Permalink
Output sizing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emirsahin1 committed Jun 16, 2022
1 parent 8f3345f commit 74278e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainFrame.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def __init__(self, root):

self.output_border = Frame(self.spleet_canvas, highlightbackground="#b096ff",
highlightcolor="#b096ff", highlightthickness=2, bd=0, background="black")
self.output_label = Text(self.output_border, bg="black", fg="white", width=49, height=5, font=(
self.output_label = Text(self.output_border, bg="black", fg="white", width=50, height=5, font=(
self.font_name, 10, self.font_weight), bd=0)
self.output_label.insert(
END, "Welcome to Spleet Space.\nWaiting for input...")
Expand Down

0 comments on commit 74278e6

Please sign in to comment.