|
|
|
@ -176,6 +176,6 @@ boutonDistance = tk.Button(fenetre, command = changeDistance, text="Distance de |
|
|
|
boutonDistance.grid(row=11, column=0) |
|
|
|
|
|
|
|
affichageResultats = tk.Label(fenetre, bg='snow', text='',font='TkDefaultFont 8 bold') #J'ai du chercher parce qu'on ne peut |
|
|
|
affichageResultats.grid(row=12) |
|
|
|
affichageResultats.grid(row=12, columnspan = 2) |
|
|
|
|
|
|
|
fenetre.mainloop() |