更新 MainWindow.xaml

This commit is contained in:
PrefacedCorg
2026-04-17 00:30:45 +08:00
parent 21f3b99838
commit 8a8cf9a679
+1 -2
View File
@@ -7184,11 +7184,10 @@
</Border> </Border>
<ikw:SimpleStackPanel Orientation="{Binding ElementName=StackPanelFloatingBar, Path=Orientation}"> <ikw:SimpleStackPanel Orientation="{Binding ElementName=StackPanelFloatingBar, Path=Orientation}">
<Border Margin="2,0,0,0" x:Name="EnableTwoFingerGestureBorder" Visibility="Visible" Width="36" <Border Margin=" 4,0,0,0" x:Name="EnableTwoFingerGestureBorder" Visibility="Visible" Width="36"
Height="36" CornerRadius="5" Background="{DynamicResource FloatBarBackground}" BorderBrush="{DynamicResource FloatBarBorderBrush}" Height="36" CornerRadius="5" Background="{DynamicResource FloatBarBackground}" BorderBrush="{DynamicResource FloatBarBorderBrush}"
BorderThickness="1"> BorderThickness="1">
<ikw:SimpleStackPanel <ikw:SimpleStackPanel
MouseUp="TwoFingerGestureBorder_MouseUp" Background="Transparent" MouseUp="TwoFingerGestureBorder_MouseUp" Background="Transparent"
Orientation="Vertical" HorizontalAlignment="Center" Width="36" Margin="0"> Orientation="Vertical" HorizontalAlignment="Center" Width="36" Margin="0">
<Image x:Name="EnableTwoFingerGestureBtn" Source="{DynamicResource GestureIcon}" <Image x:Name="EnableTwoFingerGestureBtn" Source="{DynamicResource GestureIcon}"