From ae7cbd1a1fb5e53f295a8c9b018aec49273efda1 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 1 Mar 2004 22:17:56 +0000 Subject: [PATCH] Made space around text symmetric. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/listctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 2b062881db..ad5c034988 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -112,7 +112,7 @@ static const int SCROLL_UNIT_X = 15; static const int LINE_SPACING = 0; // extra margins around the text label -static const int EXTRA_WIDTH = 3; +static const int EXTRA_WIDTH = 4; static const int EXTRA_HEIGHT = 4; // margin between the window and the items