diff --git a/pcbnew/dialogs/dialog_footprint_wizard_list_base.cpp b/pcbnew/dialogs/dialog_footprint_wizard_list_base.cpp index 80eb1269f5..f7f1819bb5 100644 --- a/pcbnew/dialogs/dialog_footprint_wizard_list_base.cpp +++ b/pcbnew/dialogs/dialog_footprint_wizard_list_base.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Dec 30 2017) +// C++ code generated with wxFormBuilder (version Jul 11 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! @@ -96,7 +96,7 @@ DIALOG_FOOTPRINT_WIZARD_LIST_BASE::DIALOG_FOOTPRINT_WIZARD_LIST_BASE( wxWindow* bSizerLower = new wxBoxSizer( wxHORIZONTAL ); m_buttonUpdateModules = new wxButton( this, wxID_ANY, _("Update Python Modules"), wxDefaultPosition, wxDefaultSize, 0 ); - bSizerLower->Add( m_buttonUpdateModules, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); + bSizerLower->Add( m_buttonUpdateModules, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 ); bSizerLower->Add( 0, 0, 1, wxRIGHT|wxLEFT, 5 ); @@ -108,7 +108,7 @@ DIALOG_FOOTPRINT_WIZARD_LIST_BASE::DIALOG_FOOTPRINT_WIZARD_LIST_BASE( wxWindow* m_sdbSizer->AddButton( m_sdbSizerCancel ); m_sdbSizer->Realize(); - bSizerLower->Add( m_sdbSizer, 0, wxALL|wxALIGN_RIGHT, 5 ); + bSizerLower->Add( m_sdbSizer, 0, wxALL, 5 ); bSizerMain->Add( bSizerLower, 0, wxEXPAND|wxLEFT, 10 ); diff --git a/pcbnew/dialogs/dialog_footprint_wizard_list_base.fbp b/pcbnew/dialogs/dialog_footprint_wizard_list_base.fbp index 53993e82d6..b7e452e47d 100644 --- a/pcbnew/dialogs/dialog_footprint_wizard_list_base.fbp +++ b/pcbnew/dialogs/dialog_footprint_wizard_list_base.fbp @@ -1,6 +1,6 @@ - + C++ @@ -14,6 +14,7 @@ dialog_footprint_wizard_list_base 1000 none + 1 DIALOG_FOOTPRINT_WIZARD_LIST_BASE @@ -54,13 +55,20 @@ - + + + + + + + + @@ -75,17 +83,23 @@ + + + + + + @@ -150,7 +164,14 @@ + + + + + + + @@ -230,7 +251,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -344,7 +372,14 @@ + + + + + + + @@ -459,7 +494,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -520,6 +562,7 @@ 0 wxID_ANY Search paths: + 0 0 @@ -545,7 +588,14 @@ -1 + + + + + + + @@ -632,7 +682,14 @@ + + + + + + + @@ -694,6 +751,7 @@ 0 wxID_ANY Not loadable python scripts: + 0 0 @@ -719,7 +777,14 @@ -1 + + + + + + + @@ -806,7 +871,14 @@ + + + + + + + @@ -850,25 +922,31 @@ + 1 0 1 1 + 0 0 + Dock 0 Left 1 1 + 0 0 wxID_ANY Show Trace + + 0 0 @@ -883,6 +961,8 @@ protected 1 + + Resizable 1 @@ -897,8 +977,15 @@ + + + + + + onShowTrace + @@ -939,7 +1026,7 @@ none 5 - wxALIGN_CENTER_VERTICAL|wxALL + wxALL|wxALIGN_CENTER_VERTICAL 0 1 @@ -952,25 +1039,31 @@ + 1 0 1 1 + 0 0 + Dock 0 Left 1 1 + 0 0 wxID_ANY Update Python Modules + + 0 0 @@ -985,6 +1078,8 @@ protected 1 + + Resizable 1 @@ -999,8 +1094,15 @@ + + + + + + onUpdatePythonModulesClick + @@ -1037,7 +1139,7 @@ 5 - wxALL|wxALIGN_RIGHT + wxALL 0 0 @@ -1093,13 +1195,20 @@ - + + + + + + + + @@ -1114,17 +1223,23 @@ + + + + + + @@ -1194,7 +1309,14 @@ + + + + + + + diff --git a/pcbnew/dialogs/dialog_footprint_wizard_list_base.h b/pcbnew/dialogs/dialog_footprint_wizard_list_base.h index 8e76b92d2a..30c7a67fa6 100644 --- a/pcbnew/dialogs/dialog_footprint_wizard_list_base.h +++ b/pcbnew/dialogs/dialog_footprint_wizard_list_base.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Dec 30 2017) +// C++ code generated with wxFormBuilder (version Jul 11 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE!