Use more FromDIP for hardcoded sizes
This commit is contained in:
@@ -3808,7 +3808,7 @@ void wxRichTextCtrl::OnDropFiles(wxDropFilesEvent& event)
|
||||
|
||||
wxSize wxRichTextCtrl::DoGetBestSize() const
|
||||
{
|
||||
return wxSize(10, 10);
|
||||
return FromDIP(wxSize(10, 10));
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user