mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-28 15:45:00 +00:00
style<*>: new dark theme
This commit is contained in:
parent
fc9ede3e09
commit
476c23f9d2
3 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@
|
|||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="{x:Type ListBoxItem}">
|
||||
<Border x:Name="Border" Background="Transparent" BorderBrush="Transparent" BorderThickness="1,1,1,0">
|
||||
<Border x:Name="Border" Background="Transparent" BorderBrush="Transparent" BorderThickness="1,1,1,0" CornerRadius="4,4,0,0">
|
||||
<Grid x:Name="Contents" Width="160" VerticalAlignment="Center" Opacity=".5" ToolTip="{Binding Tooltip}">
|
||||
<Path
|
||||
Width="8" Margin="8,0,0,0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue