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
This commit is contained in:
Ove Kaaven
2000-01-03 18:51:22 +00:00
parent a8ee71c702
commit 5d368213ca

View File

@@ -173,7 +173,7 @@ WXDLLEXPORT_DATA(extern HFONT) wxSTATUS_LINE_FONT;
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
#define MEANING_CHARACTER '0' #define MEANING_CHARACTER '0'
#define DEFAULT_ITEM_WIDTH 200 #define DEFAULT_ITEM_WIDTH 100
#define DEFAULT_ITEM_HEIGHT 80 #define DEFAULT_ITEM_HEIGHT 80
// Scale font to get edit control height // Scale font to get edit control height