angr / angr-management

The official angr GUI.
BSD 2-Clause "Simplified" License
864 stars 108 forks source link

Dialogs: Call setMinimumSize and adjustSize #1140

Closed mborgerson closed 7 months ago

mborgerson commented 7 months ago

Fix an issue with PySide 6.6.0 where dialogs are spawned with minimal size, in each case far too small.

Fixes #1138