Skip to content
Snippets Groups Projects
Commit 36b84892 authored by BIRK Renaud's avatar BIRK Renaud
Browse files

Correction de la taille de la fenêtre

parent a529f795
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class UI:
"""
self.app = Tk()
self.app.eval('tk::PlaceWindow . center')
self.app.geometry("660x240")
self.app.geometry("656x240")
self.app.grid()
self.app.columnconfigure(1, minsize=150)
self.app.columnconfigure(2, minsize=150)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment