X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff5802f3996f32207b3325e96af7decaae18971b..bdf5c30deb87129df7fb8a1a782d2b20dba0a816:/src/os2/tooltip.cpp diff --git a/src/os2/tooltip.cpp b/src/os2/tooltip.cpp index 38d58abce4..a89e99ae42 100644 --- a/src/os2/tooltip.cpp +++ b/src/os2/tooltip.cpp @@ -98,7 +98,7 @@ void wxToolTip::DisplayToolTipWindow( LONG lWidth = 0L; LONG lHeight = 0L; - lWidth = m_sText.Length() * 13; + lWidth = m_sText.Length() * 8; lHeight = 15; ::WinSetWindowPos( m_hWnd ,HWND_TOP