diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index d893719..01c1cbc 100644 --- a/WeeXnes/Core/Global.cs +++ b/WeeXnes/Core/Global.cs @@ -8,7 +8,7 @@ namespace WeeXnes.Core { public class Information { - public const string Version = "4.5.1.6"; + public const string Version = "4.5.1.7"; public const string EncryptionHash = "8zf5#RdyQ]$4x4_"; public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; } diff --git a/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml b/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml index c6f32eb..bdf0fb0 100644 --- a/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml +++ b/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml @@ -5,8 +5,27 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:WeeXnes.Views.EncryptedTextEditor" mc:Ignorable="d" - Title="TextEditorView" Height="450" Width="800"> + Title="TextEditorView" Height="Auto" Width="Auto"> - Under construction + + + + + + + + + + + + +