Fix a cosmetic issue: the "Move exactly" dialog was not exactly right on init

This commit is contained in:
unknown 2015-12-22 15:34:34 +01:00 committed by jean-pierre charras
parent cbc88dfde3
commit a49b313c77
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ DIALOG_MOVE_EXACT::DIALOG_MOVE_EXACT( PCB_BASE_FRAME* aParent,
m_stdButtonsOK->SetDefault();
GetSizer()->SetSizeHints( this );
Layout();
}