seantronsen / pvt

GNU General Public License v3.0
0 stars 0 forks source link

Plot3D Pane is not sized appropriately #15

Closed seantrons closed 5 months ago

seantrons commented 6 months ago

This data display pane assumes an equal ratio to panes displaying control widgets rather than taking up as much of the window as possible. Rectify such that it mimics the behavior of other display panes.

seantronsen commented 5 months ago

Fixed this in: https://github.com/seantronsen/qtviewer/commit/662200ee2198e4498529d782f70f14a2e6bfe14b

All display panes now "fight" for the most space. As a result, sibling data display panes (horizontal or vertical neighbors) take up equal space and force control panes (sliders, etc.) to the minimal size requirements.

seantrons commented 5 months ago

The fix for #4 effectively broke the solution for this problem when 6448a73 was committed to the project history.

seantrons commented 5 months ago

specified a max policy for the identifier label: d6f99f1 closing again.