mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:56:30 +00:00
make right annotation list more vivid
fix creation new anns bug
This commit is contained in:
@@ -260,7 +260,12 @@
|
||||
<Style TargetType="DataGridCell">
|
||||
<Setter Property="Background">
|
||||
<Setter.Value>
|
||||
<SolidColorBrush Color="{Binding Path=ClassColor}"></SolidColorBrush>
|
||||
<LinearGradientBrush StartPoint="0 0 " EndPoint="1 0">
|
||||
<GradientStop Offset="0.3" Color="{Binding Path=ClassColor1}" />
|
||||
<GradientStop Offset="0.5" Color="{Binding Path=ClassColor2}" />
|
||||
<GradientStop Offset="0.8" Color="{Binding Path=ClassColor3}" />
|
||||
<GradientStop Offset="0.99" Color="{Binding Path=ClassColor3}" />
|
||||
</LinearGradientBrush>
|
||||
</Setter.Value>
|
||||
</Setter>
|
||||
</Style>
|
||||
|
||||
Reference in New Issue
Block a user