]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gauge95.cpp
Changes for 16-bit BC++ (not there yet), GnuWin32; typetest sample
[wxWidgets.git] / src / msw / gauge95.cpp
index f671fb2c7eb44f958e84ed153718fee09d3e55b2..31b9f85f19bcd037d616c96a17183c04d25a9f3c 100644 (file)
@@ -86,7 +86,7 @@ bool wxGauge95::Create(wxWindow *parent, wxWindowID id,
   if (width == -1)
     width = 50;
   if (height == -1)
-    height = 50;
+    height = 28;
   SetSize(x, y, width, height);
 
   ShowWindow((HWND) GetHWND(), SW_SHOW);