You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library has TitlebarSafeArea, which pushes content down below the title bar.
I'm displaying tabs in the title bar area and I need the tabs to avoid the traffic lights, but not by pushing the content down. Instead, I need to push the content to the right of the traffic lights, but remain at the top of the screen.
Consider offering a TrafficLightsSafeArea for this purpose. Or, consider adding a property to TitlebarSafeArea that toggles between pushing content down, vs pushing content away from the traffic lights within the title bar.
I filed an equivalent issue in macos_ui before seeing that this package already has a TitlebarSafeArea: macosui/macos_ui#437
I'll let the maintainers hash out where that belongs.
The text was updated successfully, but these errors were encountered:
This library has
TitlebarSafeArea
, which pushes content down below the title bar.I'm displaying tabs in the title bar area and I need the tabs to avoid the traffic lights, but not by pushing the content down. Instead, I need to push the content to the right of the traffic lights, but remain at the top of the screen.
Consider offering a
TrafficLightsSafeArea
for this purpose. Or, consider adding a property toTitlebarSafeArea
that toggles between pushing content down, vs pushing content away from the traffic lights within the title bar.I filed an equivalent issue in
macos_ui
before seeing that this package already has aTitlebarSafeArea
: macosui/macos_ui#437I'll let the maintainers hash out where that belongs.
The text was updated successfully, but these errors were encountered: