Skip to content

Commit e0497b2

Browse files
authored
Remove the human certificate from the repository (#23)
* Updated readme for new behaviour of scrollbars * Uploaded human certification as GitHub attachment * Deleted human certification image from repository
1 parent 0009693 commit e0497b2

File tree

2 files changed

+3
-137
lines changed

2 files changed

+3
-137
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Scrollable containers are currently available for the following GUI toolkits.
1717
* PyQt6
1818

1919
<p align="center">
20-
<img src="https://raw.githubusercontent.com/tfpf/ScrollableContainers/main/res/certified_human.svg" />
20+
<img src="https://github.com/user-attachments/assets/e9d1e78e-c0fd-4d87-93f6-e293ddef31ba" />
2121
</p>
2222

2323
No part of the code in this repository has been written by or in consultation with artificial intelligence chatbots
@@ -47,8 +47,8 @@ Add widgets to the `frame` attribute of a `ScrollableFrameTk` object.
4747
triggers a horizontal scroll.
4848
* Horizontally centres the contents if the window is wider.
4949
* Reserves all space in the window for child widgets.
50-
* The scrollbars do not take up any space. When scrolling or moving the cursor into the window, they are shown
51-
briefly, and then hidden.
50+
* The scrollbars do not take up any space. When scrolling or moving the cursor in the window, they are shown briefly,
51+
and then hidden.
5252

5353
### Demo
5454
![ScrollableFrameTk_demo](https://github.com/user-attachments/assets/205a5ecd-5c99-4144-9bba-29be4c55fbf4)

0 commit comments

Comments
 (0)