Esri / arcgis-maps-sdk-swift-toolkit

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
https://developers.arcgis.com/swift
Apache License 2.0
29 stars 9 forks source link

Add spacing for Floating Panel on Mac Catalyst #521

Closed des12437 closed 11 months ago

des12437 commented 12 months ago

The menu items need spacing between the drop down menu label and arrow in the Utility Network Trace example. This issue is only present on Mac Catalyst due to the arrows being left aligned. This may be an issue with the Floating Panel UI layout.

Mac Catlayst:

Screenshot 2023-11-29 at 2 12 49 PM

iPad:

Screenshot 2023-11-29 at 2 14 20 PM
des12437 commented 12 months ago

There is also missing spacing for this menu component on Mac Catalyst. The leading and trailing anchors should be aligned with the other UI elements that are centered in the menu.

Screenshot 2023-11-29 at 2 19 05 PM
dfeinzimer commented 11 months ago

@mhdostal I see Popups also uses DisclosureGroups and is seeing tight spacing there as well. Would you like to see that addressed simultaneously?

Screenshot 2023-11-30 at 13 05 12
mhdostal commented 11 months ago

@mhdostal I see Popups also uses DisclosureGroups and is seeing tight spacing there as well. Would you like to see that addressed simultaneously?

Yes, let's make it consistent.