From 43196ee631f3405b4d82387ea8b70a82d3f5e25e Mon Sep 17 00:00:00 2001 From: ONLOX <3316820553@qq.com> Date: Sat, 11 May 2024 21:19:08 +0800 Subject: [PATCH] style: format --- installer/Page/DebugPage.xaml | 322 ++++++++++++++----------------- installer/Page/InstallPage.xaml | 157 +++++++-------- installer/Page/LoginPage.xaml | 67 +++---- installer/Page/PlaybackPage.xaml | 126 +++++------- 4 files changed, 312 insertions(+), 360 deletions(-) diff --git a/installer/Page/DebugPage.xaml b/installer/Page/DebugPage.xaml index da6acc56..561cc281 100644 --- a/installer/Page/DebugPage.xaml +++ b/installer/Page/DebugPage.xaml @@ -4,31 +4,32 @@ x:Class="installer.Page.DebugPage" Title="Launcher"> - + + HorizontalOptions="Center" + WidthRequest="600" + RowDefinitions="*,*,*,*,*,*,*,*,*,*" + ColumnDefinitions="*"> + Grid.Row="0" + Grid.RowSpan="9" + HorizontalOptions="Center" + VerticalOptions="Center"> + IsVisible="{Binding IPVisible}">