Hide empty sizer in directive label dialog

Possibly fixes: https://gitlab.com/kicad/code/kicad/-/issues/13675
This commit is contained in:
Ian McInerney 2023-01-27 22:25:33 +00:00
parent a3e3231605
commit a78e5b0141
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ DIALOG_LABEL_PROPERTIES::DIALOG_LABEL_PROPERTIES( SCH_EDIT_FRAME* aParent, SCH_L
m_labelCombo->Show( false );
m_valueCombo->Show( false );
m_syntaxHelp->Show( false );
m_textEntrySizer->Show( false );
m_textSizeLabel->SetLabel( _( "Pin length:" ) );
}