X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91f43f15ba484bbddcf46bc03fe57e89e6fd2585..2fca5a00045426b4e59c14a575b2baa3628e3847:/src/generic/tipdlg.cpp diff --git a/src/generic/tipdlg.cpp b/src/generic/tipdlg.cpp index c13b869e2b..d1ce8278e0 100644 --- a/src/generic/tipdlg.cpp +++ b/src/generic/tipdlg.cpp @@ -188,12 +188,13 @@ wxTipDialog::wxTipDialog(wxWindow *parent, wxDefaultPosition, wxSize(200, 160), wxTE_MULTILINE | wxTE_READONLY | + wxTE_NO_VSCROLL | wxTE_RICH | // a hack to get rid of vert scrollbar wxSUNKEN_BORDER); #if defined(__WXMSW__) - m_text->SetFont(wxFont(12, wxROMAN, wxNORMAL, wxNORMAL)); + m_text->SetFont(wxFont(12, wxSWISS, wxNORMAL, wxNORMAL)); #else - m_text->SetFont(wxFont(14, wxROMAN, wxNORMAL, wxNORMAL)); + m_text->SetFont(wxFont(14, wxSWISS, wxNORMAL, wxNORMAL)); #endif wxIcon icon = wxArtProvider::GetIcon(wxART_TIP, wxART_CMN_DIALOG);