editor-properties-panel: Don't use GtkWidget:width-request
Using GtkWidget:width-request in EditorPropertiesPanel causes size allocation warnings when opening Text Editor.
Use the AdwOverlaySplitView:min-sidebar-width property in EditorWindow instead.
Closes #756 (closed)