Skip to content

Set QWheel minimum height (Fix #788)

Carlos Pascual requested to merge github/fork/cpascual/fix-788 into develop

Fix #788 (closed) by explicitly setting the minimum height of the QWheel widget when it is being constructed.

This is a second attempt at fixing it after rejecting #794 approach. Note that the ugly behaviour of TaurusForm of forcing minimum heights to its subwidgets (see https://github.com/taurus-org/taurus/pull/794#issuecomment-414935963) is not yet dealt-with (but it is not necessary to fix #788 (closed))

Merge request reports