Skip to content

Commit

Permalink
Update water_py.py
Browse files Browse the repository at this point in the history
  • Loading branch information
D0rDa4aN919 authored Oct 2, 2023
1 parent 000fe97 commit 89f2c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion water_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def make_display(self):
command=lambda x=self.image: self.browser(x))
self.image_browser.grid(row=1, column=2, sticky="nsew", padx=10, pady=10)
# the text of the entering logo
self.logo_title = tk.Label(self, text="Enter image to insert to: ", font=("Arial", 20, "bold"), bg="#CBFF6A")
self.logo_title = tk.Label(self, text="Enter logo to insert to: ", font=("Arial", 20, "bold"), bg="#CBFF6A")
self.logo_title.grid(row=2, column=0, sticky="nsew", padx=10, pady=10)
# the text input of the entering logo
self.logo_image = tk.Entry(self, bg="#CBFF6A", width=50, background="white", highlightthickness=2)
Expand Down

0 comments on commit 89f2c23

Please sign in to comment.