Skip to content

Commit 065edf2

Browse files
authored
Reduced demo GIF size below 10 MB (#21)
Closes #20.
1 parent 59707c6 commit 065edf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add widgets to the `frame` attribute of a `ScrollableFrameTk` object.
5353
briefly, and then hidden.
5454

5555
### Demo
56-
![ScrollableFrameTk_demo](https://github.com/user-attachments/assets/52d5cb6e-94ed-4bb0-8a6b-6ee7a085c042)
56+
![ScrollableFrameTk_demo](https://github.com/user-attachments/assets/205a5ecd-5c99-4144-9bba-29be4c55fbf4)
5757

5858
### Notes
5959
`"<Button-4>"`, `"<Button-5>"` and `"<MouseWheel>"` are bound to all widgets using `bind_all` to handle mouse wheel

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ScrollableContainers"
7-
version = "2.2.1"
7+
version = "2.2.2"
88
authors = [
99
{ name = "Vishal Pankaj Chandratreya" },
1010
]

0 commit comments

Comments
 (0)