Pads-Mask Clearance: size dialog properly to avoid cut off text

This commit is contained in:
Chris Pavlina 2018-01-06 23:02:01 -07:00
parent ccd6b5c46e
commit 8bc063abda
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* /*
* This program source code file is part of KiCad, a free EDA CAD application. * This program source code file is part of KiCad, a free EDA CAD application.
* *
* Copyright (C) 1992-2012 KiCad Developers, see AUTHORS.txt for contributors. * Copyright (C) 1992-2018 KiCad Developers, see AUTHORS.txt for contributors.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
@ -48,8 +48,8 @@ DIALOG_PADS_MASK_CLEARANCE::DIALOG_PADS_MASK_CLEARANCE( PCB_EDIT_FRAME* aParent
myInit(); myInit();
m_sdbButtonsSizerOK->SetDefault(); m_sdbButtonsSizerOK->SetDefault();
GetSizer()->SetSizeHints( this ); Layout();
Centre(); FinishDialogSettings();
} }