Skip to content

Commit

Permalink
Changed default label text
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmondkukla committed Sep 26, 2021
1 parent 7297fd2 commit f81a396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def showOutput():
#endregion

# Open the working folder in Explorer
# NotTODO Make this work on any operating system
# TODO Make this work on any operating system
# I a just going to display a warning message for now that should only be visible if the function fails on non Windows systems
def showFolder():
label.config(text="Opening folder... ONLY WORKS ON WINDOWS")
Expand Down Expand Up @@ -2276,7 +2276,7 @@ orionBottomFrame.pack(side=tk.TOP)
#endregion

#region Label at top of the frame alerts the user to the program's actions uses topFrame
label = ttk.Label(topFrame, text="Click File -> Load Image to get started")
label = ttk.Label(topFrame, text="Load an image to get started")
label.pack(side=tk.TOP, padx=10, pady=5)

# Add a separator line
Expand Down

0 comments on commit f81a396

Please sign in to comment.