Mass rename

This commit is contained in:
TheXamlGuy
2024-05-12 11:02:19 +01:00
parent 0860e286e2
commit c1b6e595bc
102 changed files with 412 additions and 448 deletions
@@ -0,0 +1,18 @@
<UserControl
x:Class="Bitvault.Avalonia.DismissItemActionView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Button
Width="{StaticResource ButtonWidth}"
Height="{StaticResource ButtonHeight}"
VerticalAlignment="Center"
Foreground="{DynamicResource IconForegroundBrush}"
ToolTip.Tip="Save">
<TextBlock
VerticalAlignment="Center"
FontFamily="{DynamicResource SymbolThemeFontFamily}"
FontSize="16"
Foreground="{DynamicResource IconForegroundBrush}"
Text="&#xF805E;" />
</Button>
</UserControl>