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

Set minimum size of MatDataPlot #56

Open
wants to merge 1 commit into
base: crystal-devel
Choose a base branch
from

Conversation

floesche
Copy link

@floesche floesche commented May 3, 2020

When the size of MatDataPlot gets down or below the minimum size of the
QVBoxLayout it contains, the matplot backend fails as it requires a
positive size. The error message is shown in #54.

Explicitly setting the minimumSize of MatDataPlot bigger than the size of the Layout it contains seems
to fix this problem.

When the size of MatDataPlot gets down or below the minimum size of the
QVBoxLayout it contains, the matplot backend fails as it requires a
positive size. Explicitely setting the minimumSize of MatDataPlot seems
to fix this problem.
This was referenced Feb 4, 2021
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.

1 participant