From 0ae353c15f6784246a1a94ea38136bcba9540daf Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Sat, 17 Jan 2026 18:11:11 +0100 Subject: [PATCH] fix: vertical alignment to top instead of center for updatesettings (#15359) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: vertical alignment to top instead of center for updatesettings * perf: 调整界面布局 --------- Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com> --- .../VersionUpdateSettingsUserControl.xaml | 211 +++++++++--------- 1 file changed, 105 insertions(+), 106 deletions(-) diff --git a/src/MaaWpfGui/Views/UserControl/Settings/VersionUpdateSettingsUserControl.xaml b/src/MaaWpfGui/Views/UserControl/Settings/VersionUpdateSettingsUserControl.xaml index e5cdc70837..82e31ed8e2 100644 --- a/src/MaaWpfGui/Views/UserControl/Settings/VersionUpdateSettingsUserControl.xaml +++ b/src/MaaWpfGui/Views/UserControl/Settings/VersionUpdateSettingsUserControl.xaml @@ -43,140 +43,139 @@ - + VerticalAlignment="Top"> + + - - + + + + + + + + + + + - + Text="{DynamicResource UpdateCheck}" /> + - - - - - - + DisplayMemberPath="Display" + ItemsSource="{Binding VersionTypeList}" + SelectedValue="{Binding VersionType}" + SelectedValuePath="Value" /> + + + - + Text="{DynamicResource UpdateSource}" /> + - - - - - - - - - - - - - - - - - - - - - - - -