From ab4d72d322a55b1b3c03c4c0c65c25922f45ada3 Mon Sep 17 00:00:00 2001
From: morning4coffe-dev <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Sat, 23 Sep 2023 15:19:19 +0200
Subject: [PATCH 1/3] chore: Add missing packages
---
Uno.Gallery/Uno.Gallery.Mobile/Uno.Gallery.Mobile.csproj | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Uno.Gallery/Uno.Gallery.Mobile/Uno.Gallery.Mobile.csproj b/Uno.Gallery/Uno.Gallery.Mobile/Uno.Gallery.Mobile.csproj
index 68ec96eb6..0bca15f24 100644
--- a/Uno.Gallery/Uno.Gallery.Mobile/Uno.Gallery.Mobile.csproj
+++ b/Uno.Gallery/Uno.Gallery.Mobile/Uno.Gallery.Mobile.csproj
@@ -27,6 +27,7 @@
+
@@ -47,6 +48,7 @@
+
From f942f2850ee9be5df52e4964073bae21ce43874e Mon Sep 17 00:00:00 2001
From: morning4coffe-dev <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Sat, 23 Sep 2023 15:19:58 +0200
Subject: [PATCH 2/3] fix: Add size property and rename SVG
---
Uno.Gallery/Uno.Gallery.Shared/Assets/Uno-logo.svg | 1 +
Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg | 1 -
Uno.Gallery/Uno.Gallery.Shared/Uno.Gallery.Shared.projitems | 2 +-
.../Uno.Gallery.Shared/Views/SamplePages/ImageSamplePage.xaml | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
create mode 100644 Uno.Gallery/Uno.Gallery.Shared/Assets/Uno-logo.svg
delete mode 100644 Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg
diff --git a/Uno.Gallery/Uno.Gallery.Shared/Assets/Uno-logo.svg b/Uno.Gallery/Uno.Gallery.Shared/Assets/Uno-logo.svg
new file mode 100644
index 000000000..d521e7d1c
--- /dev/null
+++ b/Uno.Gallery/Uno.Gallery.Shared/Assets/Uno-logo.svg
@@ -0,0 +1 @@
+
diff --git a/Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg b/Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg
deleted file mode 100644
index e0d1985f1..000000000
--- a/Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/Uno.Gallery/Uno.Gallery.Shared/Uno.Gallery.Shared.projitems b/Uno.Gallery/Uno.Gallery.Shared/Uno.Gallery.Shared.projitems
index 3342b9751..a125d7385 100644
--- a/Uno.Gallery/Uno.Gallery.Shared/Uno.Gallery.Shared.projitems
+++ b/Uno.Gallery/Uno.Gallery.Shared/Uno.Gallery.Shared.projitems
@@ -204,7 +204,7 @@
-
+
diff --git a/Uno.Gallery/Uno.Gallery.Shared/Views/SamplePages/ImageSamplePage.xaml b/Uno.Gallery/Uno.Gallery.Shared/Views/SamplePages/ImageSamplePage.xaml
index c849eb721..82fb6979e 100644
--- a/Uno.Gallery/Uno.Gallery.Shared/Views/SamplePages/ImageSamplePage.xaml
+++ b/Uno.Gallery/Uno.Gallery.Shared/Views/SamplePages/ImageSamplePage.xaml
@@ -65,7 +65,7 @@
Height="160"
HorizontalAlignment="Center">
-
From 656276248c5926a9cd5e7cc97dc141a682ebb6f4 Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Wed, 4 Oct 2023 10:17:46 +0200
Subject: [PATCH 3/3] Discard changes to
Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg
---
Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg | 1 +
1 file changed, 1 insertion(+)
create mode 100644 Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg
diff --git a/Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg b/Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg
new file mode 100644
index 000000000..e0d1985f1
--- /dev/null
+++ b/Uno.Gallery/Uno.Gallery.Shared/Assets/UnoLogo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file