From 8df1f951230264f361d8c6b9595a44d16cc9158b Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 14 Jul 2023 11:23:10 +0200 Subject: [PATCH] layout adjustments --- EnvyUpdate/DashboardPage.xaml | 2 +- EnvyUpdate/DashboardPage.xaml.cs | 1 - EnvyUpdate/MainWindow.xaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/EnvyUpdate/DashboardPage.xaml b/EnvyUpdate/DashboardPage.xaml index 128af7b..31e3ab6 100644 --- a/EnvyUpdate/DashboardPage.xaml +++ b/EnvyUpdate/DashboardPage.xaml @@ -26,7 +26,7 @@ - + diff --git a/EnvyUpdate/DashboardPage.xaml.cs b/EnvyUpdate/DashboardPage.xaml.cs index 6b4eba3..411a330 100644 --- a/EnvyUpdate/DashboardPage.xaml.cs +++ b/EnvyUpdate/DashboardPage.xaml.cs @@ -31,7 +31,6 @@ namespace EnvyUpdate private string onlineDriv = null; private string gpuURL = null; private string skippedVer = null; - private string[] arguments = null; public DashboardPage() { diff --git a/EnvyUpdate/MainWindow.xaml b/EnvyUpdate/MainWindow.xaml index d85a609..e3b0166 100644 --- a/EnvyUpdate/MainWindow.xaml +++ b/EnvyUpdate/MainWindow.xaml @@ -11,7 +11,7 @@ ExtendsContentIntoTitleBar="True" WindowBackdropType="Mica" - Title="EnvyUpdate" MinHeight="400" Height="400" MinWidth="600" Width="600" Icon="icon.ico" StateChanged="Window_StateChanged" Closing="Window_Closing" ResizeMode="CanMinimize" Activated="UiWindow_Activated" WindowStyle="None"> + Title="EnvyUpdate" MinHeight="450" Height="450" MinWidth="600" Width="600" Icon="icon.ico" StateChanged="Window_StateChanged" Closing="Window_Closing" ResizeMode="CanMinimize" Activated="UiWindow_Activated" WindowStyle="None">