From e1b6f5052ae50ac9507f6f3f6a06e2c2f574d0cd Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 01 一月 2023 21:13:29 +0800 Subject: [PATCH] 1 --- DataLoader/LoginWin.xaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DataLoader/LoginWin.xaml b/DataLoader/LoginWin.xaml index 64f970b..0ddd4d4 100644 --- a/DataLoader/LoginWin.xaml +++ b/DataLoader/LoginWin.xaml @@ -2,8 +2,8 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:Chrome="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf" - Loaded="Window_Loaded" - Title="鐧诲綍绐楀彛" Height="480" Width="600" WindowStartupLocation="CenterScreen"> + Loaded="Window_Loaded" Title="鐧诲綍绐楀彛" + Height="500" Width="750" WindowStartupLocation="CenterScreen"> <Grid> <Chrome:ChromiumWebBrowser x:Name="web" Margin="1" Grid.Row="1" /> </Grid> -- Gitblit v1.9.3