mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
changed root_tk name to app in all exmaples and tests
This commit is contained in:
@ -12,7 +12,7 @@ PATH = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
class App(customtkinter.CTk):
|
||||
|
||||
APP_NAME = "CustomTkinter background gradient image"
|
||||
APP_NAME = "CustomTkinter example_background_image.py"
|
||||
WIDTH = 900
|
||||
HEIGHT = 600
|
||||
|
||||
|
Reference in New Issue
Block a user