Changement sur la comparaison d'adresse.
This commit is contained in:
@@ -100,10 +100,10 @@ class Check_addresses_popup(Toplevel):
|
||||
value_color = "red"
|
||||
con = "*"
|
||||
|
||||
Label(new_frame, text=label, font=label_font).grid(row=self.x_row, column=0, sticky="W")
|
||||
Label(new_frame, text=con + str1 + con, fg=value_color).grid(row=self.x_row, column=1, sticky="W")
|
||||
Label(old_frame, text=label, font=label_font).grid(row=self.x_row, column=0, sticky="W")
|
||||
Label(old_frame, text=con + str2 + con, fg=value_color).grid(row=self.x_row, column=1, sticky="W")
|
||||
Label(new_frame, text=str(label), font=label_font).grid(row=self.x_row, column=0, sticky="W")
|
||||
Label(new_frame, text=con + str(str1) + con, fg=value_color).grid(row=self.x_row, column=1, sticky="W")
|
||||
Label(old_frame, text=str(label), font=label_font).grid(row=self.x_row, column=0, sticky="W")
|
||||
Label(old_frame, text=con + str(str2) + con, fg=value_color).grid(row=self.x_row, column=1, sticky="W")
|
||||
|
||||
self.x_row += 1
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
20230421-0754
|
||||
20230425-1355
|
@@ -1 +1 @@
|
||||
VERSION = "20230421-0754"
|
||||
VERSION = "20230425-1355"
|
Reference in New Issue
Block a user