From 791fcd400882b97c157984261b05f08c52051b4a Mon Sep 17 00:00:00 2001 From: iAmAsval Date: Sat, 22 Feb 2020 04:03:43 +0100 Subject: [PATCH] FModel 3.0.4 --- FModel/Forms/FModel_About.xaml | 4 +- FModel/Methods/Assets/AssetTranslations.cs | 7 +- FModel/Methods/PAKs/PAKsLoader.cs | 17 +- FModel/Methods/PakReader/Objects.cs | 65 +++--- FModel/Methods/PakReader/PakReader.cs | 241 ++++++--------------- FModel/Methods/SyntaxHighlighter/Ini.xshd | 95 ++++---- FModel/Methods/SyntaxHighlighter/Json.xshd | 86 ++++++-- FModel/Properties/AssemblyInfo.cs | 4 +- README.md | 10 +- 9 files changed, 230 insertions(+), 299 deletions(-) diff --git a/FModel/Forms/FModel_About.xaml b/FModel/Forms/FModel_About.xaml index ed067c7d..4b5fc586 100644 --- a/FModel/Forms/FModel_About.xaml +++ b/FModel/Forms/FModel_About.xaml @@ -7,7 +7,7 @@ mc:Ignorable="d" Title="About" Height="180" - Width="510" + Width="550" Style="{StaticResource {x:Type Window}}" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" @@ -20,7 +20,7 @@