diff --git a/pcbnew/dialogs/panel_setup_formatting_base.cpp b/pcbnew/dialogs/panel_setup_formatting_base.cpp index f4e912f56b..2925bf3d2a 100644 --- a/pcbnew/dialogs/panel_setup_formatting_base.cpp +++ b/pcbnew/dialogs/panel_setup_formatting_base.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) +// C++ code generated with wxFormBuilder (version 3.10.1-282-g1fa54006) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! @@ -53,10 +53,10 @@ PANEL_SETUP_FORMATTING_BASE::PANEL_SETUP_FORMATTING_BASE( wxWindow* parent, wxWi bMargins->Add( 0, 10, 0, wxEXPAND, 5 ); wxStaticBoxSizer* sbSizer2; - sbSizer2 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Format Footrpints when Added to Board") ), wxVERTICAL ); + sbSizer2 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Format Footprints when Added to Board") ), wxVERTICAL ); m_styleFields = new wxCheckBox( sbSizer2->GetStaticBox(), wxID_ANY, _("Apply board defaults to footprint fields"), wxDefaultPosition, wxDefaultSize, 0 ); - sbSizer2->Add( m_styleFields, 0, wxBOTTOM|wxRIGHT|wxLEFT, 5 ); + sbSizer2->Add( m_styleFields, 0, wxALL, 5 ); m_styleText = new wxCheckBox( sbSizer2->GetStaticBox(), wxID_ANY, _("Apply board defaults to footprint text"), wxDefaultPosition, wxDefaultSize, 0 ); sbSizer2->Add( m_styleText, 0, wxBOTTOM|wxRIGHT|wxLEFT, 5 ); diff --git a/pcbnew/dialogs/panel_setup_formatting_base.fbp b/pcbnew/dialogs/panel_setup_formatting_base.fbp index 693e107f7b..1a3f3b99e7 100644 --- a/pcbnew/dialogs/panel_setup_formatting_base.fbp +++ b/pcbnew/dialogs/panel_setup_formatting_base.fbp @@ -35,6 +35,7 @@ 1 + 0 1 impl_virtual @@ -119,6 +120,7 @@ Dock 0 Left + 0 1 1 @@ -180,6 +182,7 @@ Dock 0 Left + 0 1 1 @@ -244,6 +247,7 @@ Dock 0 Left + 0 1 1 @@ -305,6 +309,7 @@ Dock 0 Left + 0 1 1 @@ -371,6 +376,7 @@ Dock 0 Left + 0 1 1 @@ -425,7 +431,7 @@ 0 wxID_ANY - Format Footrpints when Added to Board + Format Footprints when Added to Board sbSizer2 wxVERTICAL @@ -433,7 +439,7 @@ none 5 - wxBOTTOM|wxRIGHT|wxLEFT + wxALL 0 1 @@ -457,6 +463,7 @@ Dock 0 Left + 0 1 1 @@ -521,6 +528,7 @@ Dock 0 Left + 0 1 1 @@ -585,6 +593,7 @@ Dock 0 Left + 0 1 1 diff --git a/pcbnew/dialogs/panel_setup_formatting_base.h b/pcbnew/dialogs/panel_setup_formatting_base.h index 062264b461..9eb2f896b5 100644 --- a/pcbnew/dialogs/panel_setup_formatting_base.h +++ b/pcbnew/dialogs/panel_setup_formatting_base.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) +// C++ code generated with wxFormBuilder (version 3.10.1-282-g1fa54006) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE!