Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
carviaso committed Jun 10, 2023
1 parent 87ca4de commit f30e72b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ALCARSA/ventana_inicio.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def ventana_admin(self):
self.barramenu.add_cascade(label="ALQUILER VEHICULO", menu=self.opciones6)
#self.barramenu.add_cascade(label="CLIENTES", menu= self.opciones3)


self.ventana_administracion.grab_set()
self.vent_p.wait_window(self.ventana_administracion)

Expand Down Expand Up @@ -244,6 +243,7 @@ def modifica_admin(self):
#self.imagen = tk.PhotoImage(file="salir.gif")
botton2 = Button(self.ventana_administracion, text="Salir", image= self.imagen, command=self.salir)
botton2.place_configure(x=340, y=10, width=50, height=50)

cargar_archivo = administrador
self.lista = []
self.lista = cargar_archivo.devuelve_lista(cargar_archivo)
Expand Down Expand Up @@ -301,7 +301,6 @@ def muestra_lista_admin(self):
b.grid(row=2, column=2)
b.config(state='readonly')


for i in range(height): # Rows
for j in range(width): # Columns
b = Entry(self.ventana_administracion, width=40, text="")
Expand Down

0 comments on commit f30e72b

Please sign in to comment.