Skip to content

Commit

Permalink
Update Orion FRS v1.2.9.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Erickesau authored Sep 11, 2022
1 parent 3dc07b3 commit 2332d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Orion FRS/Orion FRS v1.2.9.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self):


### ====================== TOP BAR BUTTONS =========================
self.bar_menu = Frame(bg="gray", width=1280,height=35, relief="raised",borderwidth=5)
self.bar_menu = Frame(bg="black", width=1280,height=35, relief="raised",borderwidth=5)
self.bar_menu.place(x=0, y=-2)

Button(self.bar_menu, text="LIST FACES", command=self.list_faces, bg="#005588", fg="white",font=("Verdana",12), activebackground="#00ccff").place(x = 20, y = 0)
Expand Down Expand Up @@ -421,7 +421,7 @@ def about(self):
f.pack()
Label(f, text="ORION",bg="#004444",fg="orange",font="arial 20").place(x=80,y=10)
Label(f, text="Orion Face Recognition System",bg="#004444",fg="#00ff00").place(x=10,y=40)
Label(f, text="Version 1.2.8",bg="#004444",fg="#00ff00").place(x=10,y=60)
Label(f, text="Version 1.2.9",bg="#004444",fg="#00ff00").place(x=10,y=60)
Label(f, text="Author: Erick Esau Martinez",bg="#004444",fg="#00ff00").place(x=10,y=80)
Label(f, text="Mail: martinezesau90@gmail.com",bg="#004444",fg="#00ff00").place(x=10,y=100)
Button(f, text="Website: https://erickesau.wordpress.com",command=lambda x=None:webbrowser.open("https://erickesau.wordpress.com"),bg="#004444",fg="#00ff00",activebackground="orange").place(x=10,y=120)
Expand Down

0 comments on commit 2332d00

Please sign in to comment.