From bc146db06d2fe62c807eabdf073b4f013b15b9a0 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Dec 2021 17:43:13 +0300 Subject: [PATCH] Net inspector changes --- pcbnew/dialogs/dialog_net_inspector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/dialogs/dialog_net_inspector.cpp b/pcbnew/dialogs/dialog_net_inspector.cpp index df6c9ddcfe..8e03f56463 100644 --- a/pcbnew/dialogs/dialog_net_inspector.cpp +++ b/pcbnew/dialogs/dialog_net_inspector.cpp @@ -1718,7 +1718,7 @@ void DIALOG_NET_INSPECTOR::adjustListColumns() int w0, w1, w2, w3, w4, w5, w6, w7; dc.GetTextExtent( COLUMN_NET.display_name, &w0, &h ); - dc.GetTextExtent( "MMMMMMMMMMMMMMMM", &minw_col1, &h ); + dc.GetTextExtent( "MMMMMMMMMMMMM", &minw_col1, &h ); dc.GetTextExtent( COLUMN_PAD_COUNT.display_name, &w2, &h ); dc.GetTextExtent( COLUMN_VIA_COUNT.display_name, &w3, &h ); dc.GetTextExtent( COLUMN_VIA_LENGTH.display_name, &w4, &h );