Unidata / IDV

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data.
http://www.unidata.ucar.edu/software/idv/
Other
80 stars 37 forks source link

Fix for sizing bug in Pull Request #120 #123

Closed jon4than closed 7 years ago

jon4than commented 7 years ago

Sorry about the previous iteration not working so well. 😓

At any rate, I believe this commit should be working as expected. For the sake of completeness, here's the commit message:

The new showOkCancelDialog method now has a parameter named dialogPrefSize.

If the value is non-null, the dialog will use dialogPrefSize as its preferred size. If the value is null, we rely on the wisdom of pack() (which is the original behavior of showOkCancelDialog).

yuanho commented 7 years ago

I tested the loading bundle and looked good