Skip to content

Commit ba7d991

Browse files
committed
.
1 parent 4311075 commit ba7d991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from tkinter import messagebox
55

66
## First expand, write in as many features into the code as possible
7-
## Then re-org, making the code-base actually redable and consolidating
7+
## Then re-org, making the code-base actually readable and consolidating
88
## bloated code into more optimal code and adding in quality of life
99
## changes.
1010

@@ -958,7 +958,7 @@ def generate_report(self,) :
958958
def chat_with_ai(self,) :
959959
self.clearScreen()
960960

961-
self.ai_box = CTk.CTkFrame(self.app, 400, 300, 0, 0, self.app_text_box_color, self.app_text_box_color)
961+
self.ai_box = CTk.CTkScrollableFrame(self.app, 400, 300, 0, 0, self.app_text_box_color, self.app_text_box_color)
962962
self.ai_box.place(x=100, y=150)
963963
## Deleting ai_box requires for basically everything else to be deleted
964964

0 commit comments

Comments
 (0)