diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index aa3da04f48..5b7c511bd2 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -4466,7 +4466,7 @@ int wxListMainWindow::GetItemWidthWithImage(wxListItem * item) { int ix, iy; GetImageSize( item->GetImage(), ix, iy ); - width += ix + 5; + width += ix + IMAGE_MARGIN_IN_REPORT_MODE; } if (!item->GetText().empty())