Windows-Apps-Hub / UnitedSets

Bringing back Sets and Browser
https://www.microsoft.com/store/apps/9N7CWZ3L5RWL
MIT License
232 stars 10 forks source link

Add modify panel layout button to settings window #35

Closed mitchcapper closed 1 year ago

mitchcapper commented 1 year ago

Changed from custom settings theme to ToolbarButton theme so buttons match.

Additional way to get to panel layout than the shift plus click.

GetGet99 commented 1 year ago

One major problem is that the icons are not properly aligned. This is an issue with the custom FluentIconElement with how the icons are specified. Unfortunately, there is no fix for this because misalignment is coded into the icon definition itself so I think we should stick with SymbolIcon for now. (Other parts of the app uses margin fix but I don't think doing this all the time will be sustainable)

image image

mitchcapper commented 1 year ago

Makes sense, I duped another place we used the fluent icon I think. Symbol icon WFM. Can always wrap in a custom user control as well with proper padding. Do you want to change it to w/e icons you want?

mitchcapper commented 1 year ago

Well as the one was just the settings icon it was easy enough to pick symbolicons that I think should be good:)