feature: add two view mode for image diff - side-by-side and blend

This commit is contained in:
leo 2024-06-21 17:48:19 +08:00
parent d3d6889e25
commit 8e88df92b3
No known key found for this signature in database
10 changed files with 490 additions and 231 deletions

View file

@ -117,7 +117,7 @@
Classes="italic"
Margin="0,0,8,0"
HorizontalAlignment="Center" VerticalAlignment="Center"
FontSize="{Binding Source={x:Static vm:Preference.Instance}, Path=DefaultFontSize, Converter={x:Static c:FontSizeModifyConverters.Decrease}}"
FontSize="{Binding Source={x:Static vm:Preference.Instance}, Path=DefaultFontSize, Converter={x:Static c:DoubleConverters.Decrease}}"
Text="{DynamicResource Text.Welcome.DragDropTip}"
Foreground="{DynamicResource Brush.FG2}"/>
</Grid>