From dfc72ed8c7707b6c2e489523ed8ece1b63b0c707 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Fri, 11 Nov 2022 00:02:25 +0100 Subject: [PATCH] adjusted responsive ui --- WeeXnes/Core/Globals.cs | 2 +- WeeXnes/MVVM/View/KeyManagerView.xaml | 15 ++++++++------- WeeXnes/MainWindow.xaml | 8 +++++++- WeeXnes/WeeXnes.csproj | 2 +- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs index 572a4bc..aa2f9d7 100644 --- a/WeeXnes/Core/Globals.cs +++ b/WeeXnes/Core/Globals.cs @@ -16,7 +16,7 @@ namespace WeeXnes.Core public static string encryptionKey = "8zf5#RdyQ]$4x4_"; public static string AppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WeeXnes"); public static string SettingsFileName = "settings.ini"; - public static string version = "3.6.4"; + public static string version = "3.6.6"; public static bool info_isRpcRunning = false; public static bool info_RpcAutoStart; public static string apiUrl = "http://weexnes.com:5169/"; diff --git a/WeeXnes/MVVM/View/KeyManagerView.xaml b/WeeXnes/MVVM/View/KeyManagerView.xaml index 9a24634..261fdaa 100644 --- a/WeeXnes/MVVM/View/KeyManagerView.xaml +++ b/WeeXnes/MVVM/View/KeyManagerView.xaml @@ -45,6 +45,7 @@ + - + + Background="#1c1e23" Tag="Name"/> + Background="#1c1e23" Tag="Value"/>