diff --git a/DerpingDrivers/MainWindow.xaml b/DerpingDrivers/MainWindow.xaml index ee85074..426e42e 100644 --- a/DerpingDrivers/MainWindow.xaml +++ b/DerpingDrivers/MainWindow.xaml @@ -8,11 +8,10 @@ xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks" mc:Ignorable="d" Title="Derping Drivers - Windows driver compatibility detection tool" - Height="400" Width="700" + Height="440" Width="700" ShowMaxRestoreButton="False" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" - SaveWindowPosition="True" BorderThickness="0" GlowBrush="{DynamicResource AccentColorBrush}" DataContext="{Binding RelativeSource={RelativeSource Self}}"> @@ -28,6 +27,7 @@ + @@ -40,29 +40,33 @@