Add icon info to About screen
This commit is contained in:
@@ -10,10 +10,19 @@
|
|||||||
x:DataType="vm:AboutViewModel">
|
x:DataType="vm:AboutViewModel">
|
||||||
<StackPanel Orientation="Vertical"
|
<StackPanel Orientation="Vertical"
|
||||||
Spacing="4">
|
Spacing="4">
|
||||||
|
<TextBlock Text="Receipt PDF Builder"
|
||||||
|
HorizontalAlignment="Center"
|
||||||
|
TextWrapping="Wrap"
|
||||||
|
FontSize="18"
|
||||||
|
FontWeight="Bold"/>
|
||||||
<TextBlock Text="Receipt PDF Builder was built by MB for A in 2026. May the quacking of ducks always be in your favor. Thanks for using!"
|
<TextBlock Text="Receipt PDF Builder was built by MB for A in 2026. May the quacking of ducks always be in your favor. Thanks for using!"
|
||||||
MaxWidth="300"
|
MaxWidth="300"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
FontSize="14"/>
|
FontSize="14"/>
|
||||||
|
<TextBlock Text="App icon made using https://gauger.me/fonticon/ with FontAwesome icon 'file-invoice-dollar' and the macOS software Icon Composer."
|
||||||
|
MaxWidth="300"
|
||||||
|
TextWrapping="Wrap"
|
||||||
|
FontSize="14"/>
|
||||||
<Button Command="{Binding Close}"
|
<Button Command="{Binding Close}"
|
||||||
Classes="accent"
|
Classes="accent"
|
||||||
Content="Close"
|
Content="Close"
|
||||||
|
|||||||
Reference in New Issue
Block a user