mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
12 lines
No EOL
659 B
XML
12 lines
No EOL
659 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Style x:Key="Style.Border.Badge" TargetType="{x:Type Border}">
|
|
<Setter Property="CornerRadius" Value="9"/>
|
|
<Setter Property="Margin" Value="4,0"/>
|
|
<Setter Property="Padding" Value="0"/>
|
|
<Setter Property="Height" Value="18"/>
|
|
<Setter Property="VerticalAlignment" Value="Center"/>
|
|
<Setter Property="Background" Value="{DynamicResource Brush.Badge}"/>
|
|
<Setter Property="Visibility" Value="Collapsed"/>
|
|
</Style>
|
|
</ResourceDictionary> |