Remove icon scaling diagnostic from eeschema

This commit is contained in:
Chris Pavlina 2018-02-05 19:49:07 -07:00
parent 00749af914
commit d1a45d1476
1 changed files with 0 additions and 5 deletions

View File

@ -296,11 +296,6 @@ bool DIALOG_EESCHEMA_OPTIONS::TransferDataToWindow()
m_scaleSlider->SetValue( scale_fourths * 25 );
}
m_stIconScale->SetLabel(
_( "Icon scale:" ) +
wxString::Format( " (diag: %d)",
GetParent()->ConvertDialogToPixels( wxSize( 0, 8 ) ).y ) );
Layout();
return true;
}