From 3057673cdbc22689c43ac4d69ebc0ae7e55c73e4 Mon Sep 17 00:00:00 2001
From: Lightczx <1686188646@qq.com>
Date: Fri, 3 Nov 2023 10:11:47 +0800
Subject: [PATCH] fix #1069
---
.../View/Page/AvatarPropertyPage.xaml | 102 +++++++++++-------
1 file changed, 64 insertions(+), 38 deletions(-)
diff --git a/src/Snap.Hutao/Snap.Hutao/View/Page/AvatarPropertyPage.xaml b/src/Snap.Hutao/Snap.Hutao/View/Page/AvatarPropertyPage.xaml
index cadd6d8b..b1b53b4c 100644
--- a/src/Snap.Hutao/Snap.Hutao/View/Page/AvatarPropertyPage.xaml
+++ b/src/Snap.Hutao/Snap.Hutao/View/Page/AvatarPropertyPage.xaml
@@ -253,6 +253,67 @@
+
+
+
+
@@ -659,44 +720,9 @@
Grid.Row="1"
Grid.Column="0"
Margin="16"
+ ItemTemplate="{StaticResource AvatarConstellationTemplate}"
ItemsPanel="{StaticResource HorizontalStackPanelSpacing0Template}"
- ItemsSource="{Binding SelectedAvatar.Constellations}">
-
-
-
-
-
-
+ ItemsSource="{Binding SelectedAvatar.Constellations}"/>