Skip to content

Commit

Permalink
IMPROVEMENT: Ask the users to add a vehicle.jpg file
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Sep 4, 2024
1 parent 3a988a8 commit 197783d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self, version, local_filesystem: LocalFilesystem=None):
image_label.pack(side=tk.RIGHT, anchor=tk.NE, padx=(4, 4), pady=(4, 0))
show_tooltip(image_label, "Replace the vehicle.jpg file in the vehicle directory to change the vehicle image.")
else:
image_label = ttk.Label(intro_frame, text="No vehicle.jpg image file found on the vehicle directory.")
image_label = ttk.Label(intro_frame, text="Add a 'vehicle.jpg' image file to the vehicle directory.")
image_label.pack(side=tk.RIGHT, anchor=tk.NE, padx=(4, 4), pady=(4, 0))

self.scroll_frame = ScrollFrame(self.main_frame)
Expand Down

0 comments on commit 197783d

Please sign in to comment.