From: Ove Kaaven Date: Mon, 3 Jan 2000 18:51:22 +0000 (+0000) Subject: Halved DEFAULT_ITEM_WIDTH so default sizes resembles wxGTK better X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5d368213ca34c64e98c7c812803bdc77e28d96a0 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 --- 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