Browse Source

DIALOG_SYNC_SHEET_PINS: minor fix (min size set)

jobs
jean-pierre charras 1 year ago
parent
commit
1ddac57748
  1. 5
      eeschema/sync_sheet_pin/dialog_sync_sheet_pins.cpp

5
eeschema/sync_sheet_pin/dialog_sync_sheet_pins.cpp

@ -111,9 +111,10 @@ DIALOG_SYNC_SHEET_PINS::DIALOG_SYNC_SHEET_PINS( wxWindow* aParent,
}
}
m_sizerMain->Layout();
m_sizerMain->Fit( this );
Bind( wxEVT_CLOSE_WINDOW, &DIALOG_SYNC_SHEET_PINS::OnClose, this );
// Now all widgets have the size fixed, call FinishDialogSettings
finishDialogSettings();
}

Loading…
Cancel
Save