This adds a popover to the properties editor to display a dropdown to specify the type of outliner to properties sync.
Because we cannot define a perfect heuristic to deterimine when properties editors will change tabs based on outliner icon selection, we need an option to enable or disable this behavior per properties editor. As the properties editor lacks popovers and menus, this patch adds a popover to display this new option.
{F9480138}
The dropdown has 3 options (Auto, Off, On) and defaults to Auto. Auto uses the heuristic to only allow tab switching when a properties editor and outliner share a border.
---
I'm not sure which icon and terminology to use here. We discussed a filter in the meeting, but it feels like general
settings at the moment.
Also, I tried removing the dummy icon for centering the properties search field, but the centering was still not perfect.
T83326