Display grid in mils or mm in popup menus

This commit is contained in:
CHARRAS
2007-08-27 08:07:44 +00:00
parent 7e8d0a953b
commit 077a570bc0
9 changed files with 2331 additions and 2293 deletions
+1 -3
View File
@@ -108,14 +108,12 @@ END_EVENT_TABLE()
const int UNITS_MILS = 1000;
const int H_SIZE = 640;
const int V_SIZE = 430;
/********************************************************************/
WinEDA_PlotFrame::WinEDA_PlotFrame(WinEDA_BasePcbFrame * parent):
wxDialog(parent, -1, _("Plot"),
wxPoint(-1,-1), wxSize(H_SIZE, V_SIZE),
wxPoint(-1,-1), wxDefaultSize,
wxDEFAULT_DIALOG_STYLE)
/********************************************************************/
{