From d3659b7a24501d49abbe494c5221873f89a990a5 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 22 Apr 2020 09:55:21 -0700 Subject: [PATCH] simplifying the xaml and making things tighter --- .../PowerLauncher.UI/LauncherControl.xaml | 12 +++---- .../launcher/PowerLauncher.UI/ResultList.xaml | 6 ++-- .../launcher/PowerLauncher/MainWindow.xaml | 33 +++++++++++++------ 3 files changed, 29 insertions(+), 22 deletions(-) diff --git a/src/modules/launcher/PowerLauncher.UI/LauncherControl.xaml b/src/modules/launcher/PowerLauncher.UI/LauncherControl.xaml index 4b32a9fbbc2..6db4be5db70 100644 --- a/src/modules/launcher/PowerLauncher.UI/LauncherControl.xaml +++ b/src/modules/launcher/PowerLauncher.UI/LauncherControl.xaml @@ -5,9 +5,6 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" - xmlns:ToolkitBehaviors="using:Microsoft.Toolkit.Uwp.UI.Animations.Behaviors" - xmlns:Core="using:Microsoft.Xaml.Interactions.Core" - xmlns:Interactivity="using:Microsoft.Xaml.Interactivity" ActualThemeChanged="UserControl_ActualThemeChanged" Loaded="UserControl_Loaded" d:DesignHeight="300" @@ -357,19 +354,18 @@ @@ -379,7 +375,7 @@ x:FieldModifier="public" Style="{StaticResource CustomAutoSuggestBoxTextBoxStyle}" PlaceholderText="Start typing" - Height="72" + Height="60" ScrollViewer.BringIntoViewOnFocusChange="False" Canvas.ZIndex="0" Margin="0" diff --git a/src/modules/launcher/PowerLauncher.UI/ResultList.xaml b/src/modules/launcher/PowerLauncher.UI/ResultList.xaml index 47ef9cb748d..362cf7124d5 100644 --- a/src/modules/launcher/PowerLauncher.UI/ResultList.xaml +++ b/src/modules/launcher/PowerLauncher.UI/ResultList.xaml @@ -13,7 +13,6 @@ + Style="{StaticResource ListViewNoAnimations}"> diff --git a/src/modules/launcher/PowerLauncher/MainWindow.xaml b/src/modules/launcher/PowerLauncher/MainWindow.xaml index f2cbadc9151..257ef5f2b6f 100644 --- a/src/modules/launcher/PowerLauncher/MainWindow.xaml +++ b/src/modules/launcher/PowerLauncher/MainWindow.xaml @@ -1,7 +1,6 @@  - - + - + - + - - + - + - + - +