diff --git a/pagelayout_editor/dialogs/properties_frame.cpp b/pagelayout_editor/dialogs/properties_frame.cpp index e5c7a28713..8893ea8495 100644 --- a/pagelayout_editor/dialogs/properties_frame.cpp +++ b/pagelayout_editor/dialogs/properties_frame.cpp @@ -161,7 +161,7 @@ void PROPERTIES_FRAME::OnPageChanged( wxNotebookEvent& event ) wxSize PROPERTIES_FRAME::GetMinSize() const { - return wxSize( 150, -1 ); + return FromDIP( wxSize( 150, -1 ) ); }