Hide empty sizer in directive label dialog
Possibly fixes: https://gitlab.com/kicad/code/kicad/-/issues/13675
This commit is contained in:
parent
a3e3231605
commit
a78e5b0141
|
@ -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:" ) );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue