Browse Source

Fix ScrollViewer background.

It was being set twice.
pull/827/head
Steven Kirk 9 years ago
parent
commit
104da0f08f
  1. 1
      src/Avalonia.Themes.Default/ScrollViewer.xaml

1
src/Avalonia.Themes.Default/ScrollViewer.xaml

@ -3,7 +3,6 @@
<ControlTemplate>
<Grid ColumnDefinitions="*,Auto" RowDefinitions="*,Auto" Background="{TemplateBinding Background}">
<ScrollContentPresenter Name="PART_ContentPresenter"
Background="{TemplateBinding Background}"
Content="{TemplateBinding Content}"
Extent="{TemplateBinding Path=Extent, Mode=TwoWay}"
Margin="{TemplateBinding Padding}"

Loading…
Cancel
Save