Skip to content

Commit

Permalink
🦮Fix guide spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aluerie committed Nov 23, 2023
1 parent 7a718a2 commit 0370945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self):
self.description_text = ctk.CTkTextbox(
self.home_frame,
width=500,
height=300,
height=350,
bg_color="transparent",
fg_color="transparent",
font=ctk.CTkFont(size=13),
Expand Down

0 comments on commit 0370945

Please sign in to comment.