mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
updated documentation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
__version__ = "1.3"
|
||||
__version__ = "1.4"
|
||||
|
||||
from .customtkinter_button import CTkButton
|
||||
from .customtkinter_slider import CTkSlider
|
||||
|
||||
@@ -19,7 +19,7 @@ class CTkSlider(tkinter.Frame):
|
||||
to=1,
|
||||
width=160,
|
||||
height=16,
|
||||
border_width=5.5,
|
||||
border_width=5,
|
||||
command=None,
|
||||
*args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user