Merged commits
This commit is contained in:
commit
b8ee32ada1
4
Main.py
4
Main.py
@ -57,8 +57,10 @@ def main():
|
|||||||
set_default_color_theme("blue")
|
set_default_color_theme("blue")
|
||||||
|
|
||||||
# Tabs to seperate options from launching the game
|
# Tabs to seperate options from launching the game
|
||||||
|
|
||||||
guitabs = CTkTabview(master=app, border_width=4, border_color="#0000FF")
|
guitabs = CTkTabview(master=app, border_width=4, border_color="#0000FF")
|
||||||
guitabs.pack(padx=0, pady=0)
|
guitabs.pack(expand=True, fill='both', padx=0, pady=0)
|
||||||
|
|
||||||
|
|
||||||
guitabs.add("Launcher")
|
guitabs.add("Launcher")
|
||||||
guitabs.add("Options")
|
guitabs.add("Options")
|
||||||
|
Loading…
Reference in New Issue
Block a user