更新 MainWindow.xaml
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user