Remove icon scaling diagnostic from eeschema
This commit is contained in:
parent
00749af914
commit
d1a45d1476
|
@ -296,11 +296,6 @@ bool DIALOG_EESCHEMA_OPTIONS::TransferDataToWindow()
|
||||||
m_scaleSlider->SetValue( scale_fourths * 25 );
|
m_scaleSlider->SetValue( scale_fourths * 25 );
|
||||||
}
|
}
|
||||||
|
|
||||||
m_stIconScale->SetLabel(
|
|
||||||
_( "Icon scale:" ) +
|
|
||||||
wxString::Format( " (diag: %d)",
|
|
||||||
GetParent()->ConvertDialogToPixels( wxSize( 0, 8 ) ).y ) );
|
|
||||||
|
|
||||||
Layout();
|
Layout();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue