From e15f195cbc5f495421fbeff4b787334010fccea0 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 28 Jan 2023 19:29:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E4=B8=8B=E4=B8=BB?= =?UTF-8?q?=E7=95=8C=E9=9D=A2`=E5=AE=8C=E6=88=90=E5=90=8E`=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E9=80=89=E9=A1=B9=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Views/TaskQueueView.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MaaWpfGui/Views/TaskQueueView.xaml b/src/MaaWpfGui/Views/TaskQueueView.xaml index eac1eefe2c..c55827a6da 100644 --- a/src/MaaWpfGui/Views/TaskQueueView.xaml +++ b/src/MaaWpfGui/Views/TaskQueueView.xaml @@ -127,6 +127,7 @@ Grid.Column="1" Width="160" Margin="5" + MaxDropDownHeight="800" DisplayMemberPath="Display" ItemsSource="{Binding ActionAfterCompletedList}" SelectedValue="{Binding ActionAfterCompleted}"