Actualiser 7lna.py
This commit is contained in:
2
7lna.py
2
7lna.py
@@ -88,7 +88,7 @@ class Antivirus7LnA(ctk.CTk):
|
|||||||
logo_frame = ctk.CTkFrame(self.sidebar, fg_color="transparent")
|
logo_frame = ctk.CTkFrame(self.sidebar, fg_color="transparent")
|
||||||
logo_frame.grid(row=0, column=0, pady=(40, 30), sticky="ew")
|
logo_frame.grid(row=0, column=0, pady=(40, 30), sticky="ew")
|
||||||
ctk.CTkLabel(logo_frame, text="🛡️ 7lna", font=ctk.CTkFont(size=36, weight="bold"), text_color=ACCENT_BLUE).pack()
|
ctk.CTkLabel(logo_frame, text="🛡️ 7lna", font=ctk.CTkFont(size=36, weight="bold"), text_color=ACCENT_BLUE).pack()
|
||||||
ctk.CTkLabel(logo_frame, text="A N T I V I R U S", font=ctk.CTkFont(size=12, weight="bold", letter_spacing=2), text_color=ACCENT_VIOLET).pack()
|
ctk.CTkLabel(logo_frame, text="A N T I V I R U S", font=ctk.CTkFont(size=12, weight="bold"), text_color=ACCENT_VIOLET).pack()
|
||||||
|
|
||||||
# Navigation
|
# Navigation
|
||||||
self.nav_buttons = {}
|
self.nav_buttons = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user