From 194707f3f534acee2f13eefccc1f1f1e1d358293 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Fri, 7 Feb 2020 23:38:02 +0100 Subject: [PATCH] GUI: Busy indicator lightbox dialog --- .../Il2CppInspector.GUI.csproj | 18 ++++++++++++++++++ Il2CppInspector.GUI/MainWindow.xaml | 16 ++++++++++++++-- Il2CppInspector.GUI/MainWindow.xaml.cs | 8 ++++++++ Il2CppInspector.GUI/Resources/pizza.gif | Bin 0 -> 662720 bytes README.md | 2 ++ 5 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 Il2CppInspector.GUI/Resources/pizza.gif diff --git a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj index 116f2e3..44e1a3d 100644 --- a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj +++ b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj @@ -11,8 +11,26 @@ Il2CppInspector Windows Edition + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Il2CppInspector.GUI/MainWindow.xaml b/Il2CppInspector.GUI/MainWindow.xaml index 46c4cfc..91f0924 100644 --- a/Il2CppInspector.GUI/MainWindow.xaml +++ b/Il2CppInspector.GUI/MainWindow.xaml @@ -3,10 +3,14 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:local="clr-namespace:Il2CppInspectorGUI" + xmlns:gif="https://github.com/XamlAnimatedGif/XamlAnimatedGif" mc:Ignorable="d" Title="Il2CppInspector" Height="450" Width="800" Background="White"> + + + +