Is there a way of preventing the optionally needed horizontal scrollbar from obscuring items shown in the legend (QwtLegend)?

The first of this sequence of three images illustrates the problem. The plot dialog needs to be sufficiently wide for the content of the QwtLegend to be seen.

ScrollbarObscuresPlotLegend.jpg
http://cadswes2.colorado.edu/~philw/...PlotLegend.png

Any ideas would be appreciated. Is there way of getting notifications from an "as needed" scrollbar being shown and hidden (without subclassing), e.g. to conditionally impose a minimum height on the QwtLegend widget? OR, might there there a higher-level solution?

We're using Qwt 6.1.3 with Qt 5.5.1 on Windows.