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:
parent
47e28cb5be
commit
55b5c7189a
|
@ -167,8 +167,7 @@ public:
|
||||||
m_sdbSizer1Cancel->SetLabel( aCancelLabel );
|
m_sdbSizer1Cancel->SetLabel( aCancelLabel );
|
||||||
m_sdbSizer1OK->SetDefault();
|
m_sdbSizer1OK->SetDefault();
|
||||||
|
|
||||||
m_sdbSizer1->Layout();
|
Layout();
|
||||||
m_buttonSizer->Layout();
|
|
||||||
|
|
||||||
FinishDialogSettings();
|
FinishDialogSettings();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue