Use more FromDIP for hardcoded sizes

This commit is contained in:
Maarten Bent
2019-09-28 22:44:38 +02:00
parent 54d514489e
commit 370ae40b35
8 changed files with 22 additions and 21 deletions

View File

@@ -3808,7 +3808,7 @@ void wxRichTextCtrl::OnDropFiles(wxDropFilesEvent& event)
wxSize wxRichTextCtrl::DoGetBestSize() const
{
return wxSize(10, 10);
return FromDIP(wxSize(10, 10));
}
// ----------------------------------------------------------------------------