mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added subtle window border highlight
This commit is contained in:
parent
707e3cda0c
commit
43b5acbe07
@ -62,6 +62,17 @@
|
|||||||
<RowDefinition Height="4*" />
|
<RowDefinition Height="4*" />
|
||||||
<RowDefinition Height="*" MinHeight="150" />
|
<RowDefinition Height="*" MinHeight="150" />
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
<Rectangle
|
||||||
|
x:Name="BorderEdgeFadeDown"
|
||||||
|
Grid.Row="1"
|
||||||
|
Grid.RowSpan="3">
|
||||||
|
<Rectangle.Fill>
|
||||||
|
<LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
|
||||||
|
<GradientStop Offset="0" Color="#191919" />
|
||||||
|
<GradientStop Offset="0.4" Color="#00191919" />
|
||||||
|
</LinearGradientBrush>
|
||||||
|
</Rectangle.Fill>
|
||||||
|
</Rectangle>
|
||||||
<!-- Slideshow -->
|
<!-- Slideshow -->
|
||||||
<Border
|
<Border
|
||||||
x:Name="Slideshow"
|
x:Name="Slideshow"
|
||||||
|
Loading…
Reference in New Issue
Block a user