diff --git a/pcbnew/dialogs/dialog_footprint_properties.cpp b/pcbnew/dialogs/dialog_footprint_properties.cpp index 4abb49b852..df703bdbef 100644 --- a/pcbnew/dialogs/dialog_footprint_properties.cpp +++ b/pcbnew/dialogs/dialog_footprint_properties.cpp @@ -613,6 +613,8 @@ void DIALOG_FOOTPRINT_PROPERTIES::adjustGridColumns( int aWidth ) // Update the width of the 3D panel m_3dPanel->AdjustGridColumnWidths( aWidth ); + + Layout(); }