diff --git a/README.md b/README.md index 4a0461c..60589e6 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Ursa.Avalonia \ No newline at end of file +# Ursa.Avalonia + +![Ursa](./assets/ursa.svg) \ No newline at end of file diff --git a/assets/Ursa.svg b/assets/Ursa.svg new file mode 100644 index 0000000..4cb587d --- /dev/null +++ b/assets/Ursa.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + diff --git a/demo/Ursa.Demo/Assets/Ursa.ico b/demo/Ursa.Demo/Assets/Ursa.ico new file mode 100644 index 0000000..da28783 Binary files /dev/null and b/demo/Ursa.Demo/Assets/Ursa.ico differ diff --git a/demo/Ursa.Demo/Pages/TagInputDemo.axaml b/demo/Ursa.Demo/Pages/TagInputDemo.axaml index d5751e5..8a4f839 100644 --- a/demo/Ursa.Demo/Pages/TagInputDemo.axaml +++ b/demo/Ursa.Demo/Pages/TagInputDemo.axaml @@ -16,7 +16,8 @@ + Separator="-" + Tags="{Binding #labels.Tags}" /> diff --git a/demo/Ursa.Demo/Views/MainWindow.axaml b/demo/Ursa.Demo/Views/MainWindow.axaml index 1b6c162..9eb159c 100644 --- a/demo/Ursa.Demo/Views/MainWindow.axaml +++ b/demo/Ursa.Demo/Views/MainWindow.axaml @@ -9,7 +9,7 @@ Title="Ursa.Demo" d:DesignHeight="450" d:DesignWidth="800" - Icon="/Assets/avalonia-logo.ico" + Icon="/Assets/Ursa.ico" mc:Ignorable="d">