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

Remove padding from QSpinbox #799

Merged
merged 1 commit into from Feb 25, 2022
Merged

Remove padding from QSpinbox #799

merged 1 commit into from Feb 25, 2022

Conversation

juuz0
Copy link
Collaborator

@juuz0 juuz0 commented Feb 25, 2022

This removes an explicit padding from QSpinbox. QSpinbox will now have the default padding (if any) for QSpinbox.
Helps the text to not disappear at some systems/configurations
To keep the previous design changes QLabel padding to 12px (top and bottom) and 8px (right and left)

Before:
image

After:
image

I experienced this after trying on a different OS

This removes an explicit padding from QSpinbox. QSpinbox will now have the default padding (if any) for QSpinbox.
Helps the text to not disappear at some systems/configurations
To keep the previous design changes QLabel padding to 12px (top and bottom) and 8px (right and left)
@juuz0 juuz0 requested a review from kelson42 February 25, 2022 12:16
@kelson42 kelson42 merged commit d483c1a into master Feb 25, 2022
@kelson42 kelson42 deleted the paddingFix branch February 25, 2022 13:16
@kelson42 kelson42 added this to the 2.2.0 milestone Feb 25, 2022
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.

None yet

3 participants