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

Added widget padding #236

Merged
merged 12 commits into from
Jan 2, 2021
Merged

Added widget padding #236

merged 12 commits into from
Jan 2, 2021

Conversation

ppizarror
Copy link
Owner

Added padding to widgets.
Fixes #229 and #230.

@codecov
Copy link

codecov bot commented Jan 1, 2021

Codecov Report

Merging #236 (7c558b5) into master (5c25049) will increase coverage by 0.21%.
The diff coverage is 85.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
+ Coverage   81.76%   81.97%   +0.21%     
==========================================
  Files          44       44              
  Lines        4408     4444      +36     
==========================================
+ Hits         3604     3643      +39     
+ Misses        804      801       -3     
Impacted Files Coverage Δ
pygame_menu/baseimage.py 82.92% <ø> (ø)
pygame_menu/controls.py 100.00% <ø> (ø)
pygame_menu/events.py 100.00% <ø> (ø)
pygame_menu/examples/__init__.py 100.00% <ø> (ø)
pygame_menu/examples/game_selector.py 87.50% <ø> (-0.13%) ⬇️
pygame_menu/examples/other/__init__.py 100.00% <ø> (ø)
pygame_menu/examples/other/image_background.py 97.14% <ø> (ø)
pygame_menu/examples/scroll_menu.py 92.45% <ø> (ø)
pygame_menu/locals.py 100.00% <ø> (ø)
pygame_menu/scrollarea.py 82.97% <ø> (+2.97%) ⬆️
... and 36 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c25049...7c558b5. Read the comment docs.

@ppizarror ppizarror merged commit 28b610a into master Jan 2, 2021
@ppizarror ppizarror deleted the padding branch January 2, 2021 00:04
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.

Adding padding to a widget
1 participant