Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable round scrollbar on scrolled widgets #215

Merged
merged 2 commits into from
Feb 21, 2022

Conversation

israel-dryer
Copy link
Owner

Fixed issue with passing in 'rounded' bootstyle keyword on ScrolledFrame widget. This keyword is removed for the frame, but included for the scrollbar.

from ttkbootstrap.constants import *
from ttkbootstrap.scrolled import ScrolledFrame

scrollbar = ScrolledFrame(bootstyle=ROUND)

@israel-dryer israel-dryer merged commit 4fd22b0 into master Feb 21, 2022
@israel-dryer israel-dryer linked an issue Feb 21, 2022 that may be closed by this pull request
@israel-dryer israel-dryer deleted the enable-round-scrollbar-on-scrolled-widgets branch July 21, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support "round" bootstyle on ScrolledFrame scrollbar
1 participant