From 39d1a95b373db8d18dba8d67da8ddd565b61756b Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Mon, 24 Feb 2020 10:10:03 +0100 Subject: [PATCH] GUI: Fix window height for 120% text size --- Il2CppInspector.GUI/MainWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Il2CppInspector.GUI/MainWindow.xaml b/Il2CppInspector.GUI/MainWindow.xaml index 3db21e8..6e747c3 100644 --- a/Il2CppInspector.GUI/MainWindow.xaml +++ b/Il2CppInspector.GUI/MainWindow.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:Il2CppInspectorGUI" xmlns:gif="https://github.com/XamlAnimatedGif/XamlAnimatedGif" mc:Ignorable="d" - Title="Il2CppInspector" Height="630" Width="990" Background="White" + Title="Il2CppInspector" Height="700" Width="990" Background="White" WindowStartupLocation="CenterScreen" ContentRendered="MainWindow_OnContentRendered">