window size magic
This commit is contained in:
parent
39b2a6f496
commit
c642bcb406
5
Main.py
5
Main.py
@ -51,12 +51,13 @@ def main():
|
|||||||
# GUI for selecting Prism instance path
|
# GUI for selecting Prism instance path
|
||||||
app = CTk()
|
app = CTk()
|
||||||
app.attributes('-type', 'dialog')
|
app.attributes('-type', 'dialog')
|
||||||
|
app.geometry("500x400")
|
||||||
app.title("FamilyCraft Launcher")
|
app.title("FamilyCraft Launcher")
|
||||||
set_appearance_mode("dark")
|
set_appearance_mode("dark")
|
||||||
set_default_color_theme("green")
|
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)
|
guitabs = CTkTabview(master=app, border_width=4, border_color="#0000FF")
|
||||||
guitabs.pack(padx=0, pady=0)
|
guitabs.pack(padx=0, pady=0)
|
||||||
|
|
||||||
guitabs.add("Launcher")
|
guitabs.add("Launcher")
|
||||||
|
Loading…
Reference in New Issue
Block a user