improve:主题切换
This commit is contained in:
@@ -4878,7 +4878,7 @@
|
|||||||
<Controls:UniformGrid Columns="5"
|
<Controls:UniformGrid Columns="5"
|
||||||
Width="270"
|
Width="270"
|
||||||
Margin="0">
|
Margin="0">
|
||||||
<Border BorderBrush="Black"
|
<Border BorderBrush="{DynamicResource FloatBarBorderBrush}"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
CornerRadius="100" Width="45"
|
CornerRadius="100" Width="45"
|
||||||
MouseDown="Border_MouseDown"
|
MouseDown="Border_MouseDown"
|
||||||
@@ -4904,7 +4904,7 @@
|
|||||||
<Border
|
<Border
|
||||||
x:Name="BoardBorderPenColorBlack"
|
x:Name="BoardBorderPenColorBlack"
|
||||||
Background="Black"
|
Background="Black"
|
||||||
BorderBrush="Black"
|
BorderBrush="#D3D3D3"
|
||||||
BorderThickness="1.5"
|
BorderThickness="1.5"
|
||||||
CornerRadius="100"
|
CornerRadius="100"
|
||||||
Width="45"
|
Width="45"
|
||||||
@@ -7888,7 +7888,7 @@
|
|||||||
Orientation="Horizontal" Width="270">
|
Orientation="Horizontal" Width="270">
|
||||||
<Controls:UniformGrid Columns="5" Width="270"
|
<Controls:UniformGrid Columns="5" Width="270"
|
||||||
Margin="0">
|
Margin="0">
|
||||||
<Border BorderBrush="Black"
|
<Border BorderBrush="{DynamicResource FloatBarBorderBrush}"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
CornerRadius="100" Width="45"
|
CornerRadius="100" Width="45"
|
||||||
MouseDown="Border_MouseDown"
|
MouseDown="Border_MouseDown"
|
||||||
@@ -7910,7 +7910,7 @@
|
|||||||
</Grid>
|
</Grid>
|
||||||
</Border>
|
</Border>
|
||||||
<Border x:Name="BorderPenColorBlack"
|
<Border x:Name="BorderPenColorBlack"
|
||||||
Background="Black" BorderBrush="Black"
|
Background="Black" BorderBrush="#D3D3D3"
|
||||||
BorderThickness="1.5"
|
BorderThickness="1.5"
|
||||||
CornerRadius="100"
|
CornerRadius="100"
|
||||||
Width="45"
|
Width="45"
|
||||||
|
|||||||
Reference in New Issue
Block a user