X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0ed460c2e7802793d591c84f3cfdbff159c5549..9ca2fe7ee68e817a03a84d88c48d1c55ee80e548:/src/msw/gauge95.cpp diff --git a/src/msw/gauge95.cpp b/src/msw/gauge95.cpp index f671fb2c7e..31b9f85f19 100644 --- a/src/msw/gauge95.cpp +++ b/src/msw/gauge95.cpp @@ -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);