Frame works

This commit is contained in:
Dennis Eckerskorn 2024-11-26 20:53:26 +01:00
parent 8b2476eeeb
commit e58518327e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from ui.centered_window import CenteredWindow
def main(): def main():
# Crear una instancia de la ventana centrada # Crear una instancia de la ventana centrada
app = CenteredWindow(title="Ventana Principal", width_percentage=0.75, height_percentage=0.75) app = CenteredWindow()
# Ejecutar la ventana # Ejecutar la ventana
app.mainloop() app.mainloop()