improve:主题切换
This commit is contained in:
@@ -5587,7 +5587,7 @@
|
|||||||
Margin="0,0,0,0" Spacing="4">
|
Margin="0,0,0,0" Spacing="4">
|
||||||
<Border x:Name="BoardCircleEraserTabButton"
|
<Border x:Name="BoardCircleEraserTabButton"
|
||||||
MouseDown="SwitchToCircleEraser"
|
MouseDown="SwitchToCircleEraser"
|
||||||
Background="#553b82f6" Height="20" Width="40"
|
Background="{DynamicResource BoardFloatBarButtonBackgroundPointerOverKey}" Height="20" Width="40"
|
||||||
CornerRadius="3">
|
CornerRadius="3">
|
||||||
<Canvas>
|
<Canvas>
|
||||||
<ui:SimpleStackPanel
|
<ui:SimpleStackPanel
|
||||||
@@ -5595,7 +5595,7 @@
|
|||||||
Visibility="Visible" Orientation="Horizontal"
|
Visibility="Visible" Orientation="Horizontal"
|
||||||
Canvas.Left="11" Canvas.Right="11"
|
Canvas.Left="11" Canvas.Right="11"
|
||||||
Canvas.Bottom="0">
|
Canvas.Bottom="0">
|
||||||
<Border Width="18" Height="2" Background="#2563eb"
|
<Border Width="18" Height="2" Background="{DynamicResource BoardFloatBarButtonButtonBackgroundPressedKey}"
|
||||||
CornerRadius="1" />
|
CornerRadius="1" />
|
||||||
</ui:SimpleStackPanel>
|
</ui:SimpleStackPanel>
|
||||||
<ui:SimpleStackPanel Orientation="Vertical" Height="20"
|
<ui:SimpleStackPanel Orientation="Vertical" Height="20"
|
||||||
@@ -5605,7 +5605,7 @@
|
|||||||
HorizontalAlignment="Center" Margin="0,3">
|
HorizontalAlignment="Center" Margin="0,3">
|
||||||
<TextBlock
|
<TextBlock
|
||||||
x:Name="BoardCircleEraserTabButtonText"
|
x:Name="BoardCircleEraserTabButtonText"
|
||||||
Foreground="#172554" FontWeight="Medium"
|
Foreground="{DynamicResource FloatBarForeground}" FontWeight="Medium"
|
||||||
FontSize="9" TextAlignment="Center"
|
FontSize="9" TextAlignment="Center"
|
||||||
Text="圆形擦"
|
Text="圆形擦"
|
||||||
Margin="2,1,0,0" />
|
Margin="2,1,0,0" />
|
||||||
@@ -5615,14 +5615,14 @@
|
|||||||
</Border>
|
</Border>
|
||||||
<Border x:Name="BoardRectangleEraserTabButton"
|
<Border x:Name="BoardRectangleEraserTabButton"
|
||||||
MouseDown="SwitchToRectangleEraser"
|
MouseDown="SwitchToRectangleEraser"
|
||||||
Background="Transparent"
|
Background="{DynamicResource BoardFloatBarButtonBackgroundKey}"
|
||||||
Height="20" Width="40" CornerRadius="3">
|
Height="20" Width="40" CornerRadius="3">
|
||||||
<Canvas>
|
<Canvas>
|
||||||
<ui:SimpleStackPanel Visibility="Collapsed"
|
<ui:SimpleStackPanel Visibility="Collapsed"
|
||||||
x:Name="BoardRectangleEraserTabButtonIndicator"
|
x:Name="BoardRectangleEraserTabButtonIndicator"
|
||||||
Orientation="Horizontal" Canvas.Left="11"
|
Orientation="Horizontal" Canvas.Left="11"
|
||||||
Canvas.Right="11" Canvas.Bottom="0">
|
Canvas.Right="11" Canvas.Bottom="0">
|
||||||
<Border Width="18" Height="2" Background="#2563eb"
|
<Border Width="18" Height="2" Background="{DynamicResource BoardFloatBarButtonButtonBackgroundPressedKey}"
|
||||||
CornerRadius="1" />
|
CornerRadius="1" />
|
||||||
</ui:SimpleStackPanel>
|
</ui:SimpleStackPanel>
|
||||||
<ui:SimpleStackPanel Orientation="Vertical" Height="20"
|
<ui:SimpleStackPanel Orientation="Vertical" Height="20"
|
||||||
@@ -5632,7 +5632,7 @@
|
|||||||
HorizontalAlignment="Center" Margin="0,3">
|
HorizontalAlignment="Center" Margin="0,3">
|
||||||
<TextBlock
|
<TextBlock
|
||||||
x:Name="BoardRectangleEraserTabButtonText"
|
x:Name="BoardRectangleEraserTabButtonText"
|
||||||
Foreground="#172554" FontWeight="Medium"
|
Foreground="{DynamicResource FloatBarForeground}" FontWeight="Medium"
|
||||||
FontSize="9" TextAlignment="Center"
|
FontSize="9" TextAlignment="Center"
|
||||||
Text="黑板擦"
|
Text="黑板擦"
|
||||||
Margin="2,1,0,0" />
|
Margin="2,1,0,0" />
|
||||||
|
|||||||
Reference in New Issue
Block a user