]> git.saurik.com Git - wxWidgets.git/commitdiff
Made space around text symmetric.
authorRobert Roebling <robert@roebling.de>
Mon, 1 Mar 2004 22:17:56 +0000 (22:17 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 1 Mar 2004 22:17:56 +0000 (22:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index 2b062881dbca87ca03dd17b3e60ed24d062d1aca..ad5c03498851e38ea4654e12e6d113a40c6ed68e 100644 (file)
@@ -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 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
 static const int EXTRA_HEIGHT = 4;
 
 // margin between the window and the items