Make add to library button square

This commit is contained in:
Pat Hartl 2026-04-08 17:55:50 -05:00
parent 354c92851a
commit a90b45f2ee

View file

@ -137,7 +137,9 @@
IsEnabled="{Binding !IsAddingToLibrary}"
Classes="Text"
IconType="Regular"
IconValue="Plus" />
IconValue="Plus"
Padding="12"
ToolTip.Tip="Add to Library" />
</StackPanel>