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

Don't bother with manually resizing the Qt main window. #14703

Merged
merged 1 commit into from
Aug 24, 2019

Commits on Jul 5, 2019

  1. Don't bother with manually resizing the Qt main window.

    The presence of FigureCanvasQT.sizeHint is sufficient to get a correct
    figure size; Qt properly determines the entire window size based on
    that.
    
    This behavior is already tested by test_backend_qt::test_dpi_ratio_change,
    and one can also manually check that the patch does not change physical
    window sizes when creating figures of various figsize=(?).
    anntzer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    e6367c9 View commit details
    Browse the repository at this point in the history