Min width of pl_editor properties should be FromDIPed
This commit is contained in:
parent
b41cd7981e
commit
ef3e305db4
|
@ -161,7 +161,7 @@ void PROPERTIES_FRAME::OnPageChanged( wxNotebookEvent& event )
|
|||
|
||||
wxSize PROPERTIES_FRAME::GetMinSize() const
|
||||
{
|
||||
return wxSize( 150, -1 );
|
||||
return FromDIP( wxSize( 150, -1 ) );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue