Exit dialog: use Layout on the whole window

Prevents mislaignment in footpritn editor on close with unsaved
changes.

Fixes: lp:1813961
* https://bugs.launchpad.net/kicad/+bug/1813961
This commit is contained in:
John Beard 2019-01-30 16:48:09 +00:00 committed by jean-pierre charras
parent 47e28cb5be
commit 55b5c7189a
1 changed files with 1 additions and 2 deletions

View File

@ -167,8 +167,7 @@ public:
m_sdbSizer1Cancel->SetLabel( aCancelLabel );
m_sdbSizer1OK->SetDefault();
m_sdbSizer1->Layout();
m_buttonSizer->Layout();
Layout();
FinishDialogSettings();
};