From 0728716adcfb534f8c65a5f624ac0fe9ada9a1f5 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 19 Aug 2020 11:19:30 -0700 Subject: [PATCH 1/3] Checking in adjustments based off @anuthadev pr's --- .../PowerLauncher/LauncherControl.xaml | 43 +++++++++++------- .../launcher/PowerLauncher/MainWindow.xaml | 44 +++++++++---------- .../launcher/PowerLauncher/ResultList.xaml | 26 ++++++----- 3 files changed, 62 insertions(+), 51 deletions(-) diff --git a/src/modules/launcher/PowerLauncher/LauncherControl.xaml b/src/modules/launcher/PowerLauncher/LauncherControl.xaml index bf1a888948d2..e969f9cf7780 100644 --- a/src/modules/launcher/PowerLauncher/LauncherControl.xaml +++ b/src/modules/launcher/PowerLauncher/LauncherControl.xaml @@ -4,13 +4,12 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:local="clr-namespace:PowerLauncher" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="720"> - - - @@ -75,16 +82,7 @@ - + - - + + Grid.Row="1" + Margin="24,-8,24,24" + Visibility="{Binding Results.Visibility}"> - - - + + + + + - + + diff --git a/src/modules/launcher/PowerLauncher/ResultList.xaml b/src/modules/launcher/PowerLauncher/ResultList.xaml index 187a0cc8927c..1fd2f7c74bcd 100644 --- a/src/modules/launcher/PowerLauncher/ResultList.xaml +++ b/src/modules/launcher/PowerLauncher/ResultList.xaml @@ -71,7 +71,7 @@ - + @@ -95,6 +95,7 @@