From 5d368213ca34c64e98c7c812803bdc77e28d96a0 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Mon, 3 Jan 2000 18:51:22 +0000 Subject: [PATCH] Halved DEFAULT_ITEM_WIDTH so default sizes resembles wxGTK better git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index d43c09dd93..eac661347d 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -173,7 +173,7 @@ WXDLLEXPORT_DATA(extern HFONT) wxSTATUS_LINE_FONT; // --------------------------------------------------------------------------- #define MEANING_CHARACTER '0' -#define DEFAULT_ITEM_WIDTH 200 +#define DEFAULT_ITEM_WIDTH 100 #define DEFAULT_ITEM_HEIGHT 80 // Scale font to get edit control height -- 2.50.0