mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
style<PageTabBar>: tab seperator
This commit is contained in:
parent
0a6d5d8a4c
commit
a677f409a2
1 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||||
|
|
Loading…
Reference in a new issue