From bc50f537ff5bd77b295643b26e31edf458a13d82 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 7 Jan 2023 19:20:01 +0000 Subject: [PATCH] Re-layout standard buttons after editing their names. Fixes https://gitlab.com/kicad/code/kicad/issues/13425 --- pcbnew/dialogs/dialog_push_pad_properties.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcbnew/dialogs/dialog_push_pad_properties.cpp b/pcbnew/dialogs/dialog_push_pad_properties.cpp index 5c20cd8deb..c5a3f3d4ce 100644 --- a/pcbnew/dialogs/dialog_push_pad_properties.cpp +++ b/pcbnew/dialogs/dialog_push_pad_properties.cpp @@ -52,6 +52,8 @@ DIALOG_PUSH_PAD_PROPERTIES::DIALOG_PUSH_PAD_PROPERTIES( PCB_BASE_FRAME* aParent if( aParent->IsType( FRAME_FOOTPRINT_EDITOR ) ) m_sdbSizer1Apply->Show( false ); + m_sdbSizer1->Layout(); + finishDialogSettings(); }