make tabs fill parent
This commit is contained in:
parent
39b2a6f496
commit
40109183f8
2
Main.py
2
Main.py
@ -57,7 +57,7 @@ def main():
|
|||||||
|
|
||||||
# Tabs to seperate options from launching the game
|
# Tabs to seperate options from launching the game
|
||||||
guitabs = CTkTabview(master=app)
|
guitabs = CTkTabview(master=app)
|
||||||
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