Browse Source

Hide empty sizer in directive label dialog

Possibly fixes: https://gitlab.com/kicad/code/kicad/-/issues/13675
7.0
Ian McInerney 3 years ago
parent
commit
a78e5b0141
  1. 1
      eeschema/dialogs/dialog_label_properties.cpp

1
eeschema/dialogs/dialog_label_properties.cpp

@ -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…
Cancel
Save