@@ -22,6 +22,18 @@
|
||||
<TextBlock Text="App icon made using https://gauger.me/fonticon/ with FontAwesome icon 'file-invoice-dollar' and the macOS software Icon Composer."
|
||||
TextWrapping="Wrap"
|
||||
FontSize="14"/>
|
||||
<Label Content="Open Source Licenses:"/>
|
||||
<ScrollViewer Margin="2"
|
||||
Grid.Row="4"
|
||||
x:Name="LogScrollView"
|
||||
VerticalScrollBarVisibility="Visible"
|
||||
AllowAutoHide="False"
|
||||
MaxHeight="250">
|
||||
<SelectableTextBlock Margin="2"
|
||||
TextWrapping="Wrap"
|
||||
FontSize="10"
|
||||
x:Name="LicenseTextBlock"/>
|
||||
</ScrollViewer>
|
||||
<TextBlock Text="Copyright 2026 - Quickity Quack Productions"
|
||||
TextWrapping="Wrap"
|
||||
HorizontalAlignment="Center"
|
||||
|
||||
Reference in New Issue
Block a user