From b6ca69d93fbb8c2985193c56580b59fde3c2537d Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sat, 4 May 2024 12:30:14 +0200 Subject: [PATCH] Layouted Checkboxes, redesigned Toggles & renamed RDCMan - Removed text inside toggle as it can be confusing because it sais "enable" while enabled and "disable" if disabled. The coloring should be enough to know in what state that setting is. - without the text i could make it a little bit smaller while still letting it look good. - Renamed "Remote Desktop Connection Manager (RDCMan)" to "RDCMan" because that name is shorter and also mostly used by the linked site. - layouted checkboxes so they are not more left than the title and look tidy. - tested --- config/applications.json | 2 +- xaml/inputXML.xaml | 36 +++++++----------------------------- 2 files changed, 8 insertions(+), 30 deletions(-) diff --git a/config/applications.json b/config/applications.json index 8133d1cb..7112ebdf 100644 --- a/config/applications.json +++ b/config/applications.json @@ -114,7 +114,7 @@ "WPFInstallrdcman": { "category": "Microsoft Tools", "choco": "rdcman", - "content": "Remote Desktop Connection Manager (RDCMan)", + "content": "RDCMan", "description": "RDCMan manages multiple remote desktop connections. It is useful for managing server labs where you need regular access to each machine such as automated checkin systems and data centers.", "link": "https://learn.microsoft.com/en-us/sysinternals/downloads/rdcman", "winget": "Microsoft.Sysinternals.RDCMan" diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index 9fee01b4..8c517f22 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -295,7 +295,7 @@ - + @@ -403,14 +403,15 @@ + +