Update Uptated-Prototype/Class-Based-GUI-Test.py
This commit is contained in:
@@ -24,7 +24,7 @@ class MainTextWidget(ttk.Frame):
|
||||
self.pack(fill = "both", expand = True)
|
||||
|
||||
Input_Box = tk.Text(self, selectbackground="yellow", selectforeground="black", undo=True)
|
||||
Input_Box.pack(side = LEFT, padx=5, pady=5, expand = True, fill = "both")
|
||||
Input_Box.pack(side = "left", padx=5, pady=5, expand = True, fill = "both")
|
||||
|
||||
class MainPlaybackWidget(ttk.Frame):
|
||||
def __init__(self, parent):
|
||||
|
||||
Reference in New Issue
Block a user