From fc7103f56e57109d9ccb7503817e1e177d482815 Mon Sep 17 00:00:00 2001
From: Arjun Balgovind <32061677+arjunbalgovind@users.noreply.github.com>
Date: Fri, 17 Apr 2020 18:06:36 -0700
Subject: [PATCH] Keyboard Manager UI tweaks (dev/build-features) (#2179)
* Fix Issue 2163
* Commented out profiles UI
* Added banded list view rows
* Fixed spacing
---
.../Microsoft.PowerToys.Settings.UI.csproj | 3 ++
.../Views/KeyboardManagerPage.xaml | 32 ++++++++++++-------
2 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj
index 3bdd7f46a3..85ff2c2c10 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj
@@ -126,6 +126,9 @@
6.2.9
+
+ 6.0.0
+
6.0.0
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml
index dbd68c14dd..e5d085d625 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml
@@ -5,14 +5,16 @@
xmlns:local="using:Microsoft.PowerToys.Settings.UI.Views"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:viewmodels="using:Microsoft.PowerToys.Settings.UI.ViewModels"
+ xmlns:viewModel="using:Microsoft.PowerToys.Settings.UI.ViewModels"
+ xmlns:extensions="using:Microsoft.Toolkit.Uwp.UI.Extensions"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
-
+
+
-
+
@@ -39,7 +41,7 @@
Grid.Column="1"
FontSize="14"
VerticalAlignment="Center" />
-
+
-
-
-
-
-
+
+
+
+ -->
@@ -126,6 +128,7 @@
Command="{Binding Path=RemapKeyboardCommand}"/>
+ HorizontalAlignment="Left"
+ SelectionMode="None"
+ IsSwipeEnabled="False"/>
-
+ HorizontalAlignment="Left"
+ SelectionMode="None"
+ IsSwipeEnabled="False"/>