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

Correction de la taille de la fenêtre

parent 4cbb194a
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("620x240")
self.app.geometry("660x240")
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