diff --git a/pcbnew/footprint_editor_settings.cpp b/pcbnew/footprint_editor_settings.cpp index c355043673..cb5176050e 100644 --- a/pcbnew/footprint_editor_settings.cpp +++ b/pcbnew/footprint_editor_settings.cpp @@ -101,7 +101,7 @@ FOOTPRINT_EDITOR_SETTINGS::FOOTPRINT_EDITOR_SETTINGS() : &m_ViewersDisplay.m_DisplayPadNumbers, true ) ); m_params.emplace_back( new PARAM( "window.footprint_text_shown_columns", - &m_FootprintTextShownColumns, "0 1 2 3 4 5 6" ) ); + &m_FootprintTextShownColumns, "0 1 2 3 4 5 7" ) ); m_params.emplace_back( new PARAM( "editing.magnetic_pads", reinterpret_cast( &m_MagneticItems.pads ), diff --git a/pcbnew/pcbnew_settings.cpp b/pcbnew/pcbnew_settings.cpp index 6bf4aeb375..42184d9c15 100644 --- a/pcbnew/pcbnew_settings.cpp +++ b/pcbnew/pcbnew_settings.cpp @@ -540,7 +540,7 @@ PCBNEW_SETTINGS::PCBNEW_SETTINGS() &m_Plot.as_item_checkboxes, false ) ); m_params.emplace_back( new PARAM( "window.footprint_text_shown_columns", - &m_FootprintTextShownColumns, "0 1 2 3 4 5 6" ) ); + &m_FootprintTextShownColumns, "0 1 2 3 4 5 7" ) ); m_params.emplace_back( new PARAM( "footprint_wizard_list.width", &m_FootprintWizardList.width, -1 ) );