Browse Source

Style Separator in ContextMenu.

pull/413/head
Steven Kirk 11 years ago
parent
commit
55e275b049
  1. 6
      src/Perspex.Themes.Default/Separator.paml

6
src/Perspex.Themes.Default/Separator.paml

@ -14,4 +14,10 @@
<Setter Property="Height" Value="1"/>
</Style>
<Style Selector="ContextMenu > Separator">
<Setter Property="Background" Value="#ffd7d7d7"/>
<Setter Property="Margin" Value="29,1,0,1"/>
<Setter Property="Height" Value="1"/>
</Style>
</Styles>
Loading…
Cancel
Save