From 159a7c4947027754f38dd9f06b3d8039531a6305 Mon Sep 17 00:00:00 2001 From: Divyansh Srivastava Date: Thu, 2 Jul 2020 09:32:53 -0700 Subject: [PATCH] Removed undeclared binding (#4590) --- src/modules/launcher/PowerLauncher/ResultList.xaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/launcher/PowerLauncher/ResultList.xaml b/src/modules/launcher/PowerLauncher/ResultList.xaml index d4529153bd..f193d419f4 100644 --- a/src/modules/launcher/PowerLauncher/ResultList.xaml +++ b/src/modules/launcher/PowerLauncher/ResultList.xaml @@ -123,7 +123,6 @@ Background="Transparent" BorderThickness="0" MaxHeight="{Binding Results.MaxHeight}" - MinHeight="{Binding Results.MinHeight}" Margin="0" ItemsSource="{Binding Results.Results, Mode=OneWay}" Padding="0, 0"