[Settings] Added delete button tooltip to Image Resizer page (#7827)

This commit is contained in:
Niels Laute
2020-11-05 09:02:31 +01:00
committed by GitHub
parent ad15a5e26f
commit 82bc61e620
2 changed files with 10 additions and 1 deletions

View File

@@ -197,7 +197,11 @@
Margin="{StaticResource SmallTopMargin}"
UseLayoutRounding="False"
Click="DeleteCustomSize"
CommandParameter="{Binding Id}"/>
CommandParameter="{Binding Id}">
<ToolTipService.ToolTip>
<TextBlock x:Uid="RemoveTooltip"/>
</ToolTipService.ToolTip>
</Button>
</StackPanel>
</DataTemplate>
</ListView.ItemTemplate>