diff --git a/pcbnew/dialogs/dialog_constraints_reporter_base.cpp b/pcbnew/dialogs/dialog_constraints_reporter_base.cpp
index d2c42c60e5..201cc9c367 100644
--- a/pcbnew/dialogs/dialog_constraints_reporter_base.cpp
+++ b/pcbnew/dialogs/dialog_constraints_reporter_base.cpp
@@ -20,7 +20,7 @@ DIALOG_CONSTRAINTS_REPORTER_BASE::DIALOG_CONSTRAINTS_REPORTER_BASE( wxWindow* pa
m_notebook->SetMinSize( wxSize( 550,480 ) );
- bMainSizer->Add( m_notebook, 1, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 10 );
+ bMainSizer->Add( m_notebook, 1, wxEXPAND|wxALL, 10 );
m_sdbSizer = new wxStdDialogButtonSizer();
m_sdbSizerOK = new wxButton( this, wxID_OK );
diff --git a/pcbnew/dialogs/dialog_constraints_reporter_base.fbp b/pcbnew/dialogs/dialog_constraints_reporter_base.fbp
index 2bbec62eb7..bfc4821077 100644
--- a/pcbnew/dialogs/dialog_constraints_reporter_base.fbp
+++ b/pcbnew/dialogs/dialog_constraints_reporter_base.fbp
@@ -63,7 +63,7 @@
none