Make add to library button square
This commit is contained in:
parent
354c92851a
commit
a90b45f2ee
1 changed files with 3 additions and 1 deletions
|
|
@ -137,7 +137,9 @@
|
|||
IsEnabled="{Binding !IsAddingToLibrary}"
|
||||
Classes="Text"
|
||||
IconType="Regular"
|
||||
IconValue="Plus" />
|
||||
IconValue="Plus"
|
||||
Padding="12"
|
||||
ToolTip.Tip="Add to Library" />
|
||||
|
||||
</StackPanel>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue