Browse Source

Fix malformed XAML

pull/1227/head
Jeremy Koritzinsky 9 years ago
committed by GitHub
parent
commit
a38dfada10
  1. 2
      samples/RenderTest/SideBar.xaml

2
samples/RenderTest/SideBar.xaml

@ -1,4 +1,4 @@
<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">>
<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style Selector="TabControl.sidebar">
<Setter Property="Template">
<ControlTemplate>

Loading…
Cancel
Save