Add
This commit is contained in:
parent
ae4cf08f6c
commit
ccae883f17
4
main.py
4
main.py
|
@ -1,8 +1,8 @@
|
||||||
from ui import CenteredWindow
|
from MutiFunctionProgramProject.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()
|
app = CenteredWindow(title="Ventana Principal", width_percentage=0.75, height_percentage=0.75)
|
||||||
|
|
||||||
# Ejecutar la ventana
|
# Ejecutar la ventana
|
||||||
app.mainloop()
|
app.mainloop()
|
||||||
|
|
Loading…
Reference in New Issue