From 3e911d4c90f8628eb3ebc006cbc71c824383201d Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:44:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AA=E5=BC=80=E5=90=AF=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E6=97=B6=E5=8F=8D=E9=80=89=E6=8C=89=E9=92=AE=20Border?= =?UTF-8?q?=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Views/UI/TaskQueueView.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MaaWpfGui/Views/UI/TaskQueueView.xaml b/src/MaaWpfGui/Views/UI/TaskQueueView.xaml index 3a7794800a..77757d33c1 100644 --- a/src/MaaWpfGui/Views/UI/TaskQueueView.xaml +++ b/src/MaaWpfGui/Views/UI/TaskQueueView.xaml @@ -431,6 +431,7 @@ Height="30" HorizontalAlignment="Stretch" VerticalAlignment="Top" + hc:BorderElement.CornerRadius="0,4,4,0" Command="{s:Action InverseSelected}" Content="{Binding InverseShowText}" IsEnabled="{c:Binding 'Idle or !Inited'}"