style<PageTabBar>: tab seperator

This commit is contained in:
leo 2022-10-19 15:28:01 +08:00
parent 0a6d5d8a4c
commit a677f409a2

View file

@ -20,7 +20,7 @@
<Rectangle <Rectangle
Grid.Column="0" Grid.Column="0"
x:Name="startSeperator" x:Name="startSeperator"
Width="1" Height="16" Margin="0,2,0,0" Width="1" Height="16"
Fill="{DynamicResource Brush.FG2}" Fill="{DynamicResource Brush.FG2}"
Opacity=".5"/> Opacity=".5"/>
@ -101,7 +101,7 @@
<Rectangle <Rectangle
x:Name="seperator" x:Name="seperator"
Margin="4,2,0,0" Margin="4,0,0,0"
Width="1" Width="1"
Fill="Transparent" Fill="Transparent"
HorizontalAlignment="Right"/> HorizontalAlignment="Right"/>