Add MinHeight for ListViews

This commit is contained in:
Vic 2022-11-03 01:17:25 +08:00
parent 532f7ce3e2
commit 3d36513bd6
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
using System.Diagnostics;
using System.Diagnostics;
using System.IO;
using System.Runtime.CompilerServices;
using NLog;
@ -142,7 +142,7 @@ namespace Flow.Launcher.Infrastructure.Logger
{
e = e.Demystify();
#if DEBUG
ExceptionDispatchInfo.Capture(e).Throw();
//ExceptionDispatchInfo.Capture(e).Throw();
#else
if (FormatValid(message))
{

View file

@ -2460,6 +2460,7 @@
Text="{DynamicResource customQueryHotkey}" />
<ListView
Grid.Row="4"
MinHeight="160"
Margin="0,0,0,0"
Background="{DynamicResource Color02B}"
BorderBrush="DarkGray"
@ -2519,6 +2520,7 @@
Text="{DynamicResource customQueryShortcut}" />
<ListView
Grid.Row="7"
MinHeight="160"
Margin="0,6,0,0"
Background="{DynamicResource Color02B}"
BorderBrush="DarkGray"
@ -2578,6 +2580,7 @@
Text="Built-in Shortcuts" />
<ListView
Grid.Row="10"
MinHeight="160"
Margin="0,6,0,0"
Background="{DynamicResource Color02B}"
BorderBrush="DarkGray"