Files
kicad-source-mirror/include/dialogs
Seth Hillbrand d7460bc5fe Fix rule editor dialog sizing inflation
DIALOG_SHIM::Show() and finishDialogSettings() both
call SetSizeHints(), which computes the best size from
the full unconstrained scrolled content area. This
inflated the dialog to unusable heights.

Move size correction logic into the base class by
overriding Show() to cap minimum height at 500px and
resetting to m_initialSize after finishDialogSettings().
Remove the duplicate size fixups from the derived DRC
editor's TransferDataToWindow(). Increase default
initial height from 680 to 800.
2026-02-19 21:59:39 -08:00
..
2025-07-26 21:24:37 +01:00
2025-08-25 12:13:38 +01:00