From ae2f662a27d5c6046cda97aeb453e28f32a1d46c Mon Sep 17 00:00:00 2001 From: tangge233 Date: Fri, 18 Oct 2024 19:39:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=80=BB=E8=BE=91=E5=B0=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/PageDownload/PageDownloadCompFavorites.xaml | 2 +- .../Pages/PageDownload/PageDownloadCompFavorites.xaml.vb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadCompFavorites.xaml b/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadCompFavorites.xaml index 41b582c7b..bac9b367e 100644 --- a/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadCompFavorites.xaml +++ b/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadCompFavorites.xaml @@ -8,7 +8,7 @@ - + diff --git a/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadCompFavorites.xaml.vb b/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadCompFavorites.xaml.vb index 3ad7bc48d..fac75ff86 100644 --- a/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadCompFavorites.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadCompFavorites.xaml.vb @@ -129,7 +129,7 @@ If Selected Then LabSelect.Text = $"已选择 {NewCount} 个收藏项目" '取消所有选择时不更新数字 '更新显示状态 If AniControlEnabled = 0 Then - CardProjectsModpack.Margin = New Thickness(0, 0, 0, If(Selected, 95, 15)) + PanContentList.Margin = New Thickness(0, 0, 0, If(Selected, 80, 0)) If Selected Then '仅在数量增加时播放出现/跳跃动画 If BottomBarShownCount >= NewCount Then