Reduce size of the cashier window
This commit is contained in:
parent
5303b7fb04
commit
ed40aea6e3
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -189,7 +189,7 @@ class GesMag:
|
|||
"""Affiche l'interface du caissier."""
|
||||
caissier = Utilisateurs().recuperationUtilisateur(id=id)
|
||||
self.parent.title(f"Caissier {caissier['nom']} {caissier['prenom']}")
|
||||
self.dimensionsFenetre(self.parent, 1280, 720)
|
||||
self.dimensionsFenetre(self.parent, 900, 670)
|
||||
|
||||
# Suppresssion de la dernière Frame
|
||||
self.f.destroy()
|
||||
|
|
Reference in a new issue