X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05facebb89314f458099e0297abaa9a1b152c3a9..2b760f0e7a072ea7a29cb7451ef9e60e6c4e1f05:/src/os2/tooltip.cpp diff --git a/src/os2/tooltip.cpp b/src/os2/tooltip.cpp index 90254e2482..a89e99ae42 100644 --- a/src/os2/tooltip.cpp +++ b/src/os2/tooltip.cpp @@ -81,7 +81,7 @@ void wxToolTip::Create( ,sizeof(LONG) ,(PVOID)&lColor ); - strcpy(zFont, "10.Helv"); + strcpy(zFont, "8.Helv"); ::WinSetPresParam( m_hWnd ,PP_FONTNAMESIZE ,strlen(zFont) + 1 @@ -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 @@ -125,7 +125,7 @@ void wxToolTip::SetTip( ::WinQueryWindowPos(m_hWnd, &vSwp); m_sText = rsTip; - lWidth = rsTip.Length() * 13; + lWidth = rsTip.Length() * 8; lHeight = 15; ::WinSetWindowPos( m_hWnd ,HWND_TOP