Browse Source

Remove not required properties

Wiesław Šoltés 7 years ago
parent
commit
c9aff424a5
1 changed files with 1 additions and 4 deletions
  1. 1 4
      samples/ControlCatalog/MainView.xaml

+ 1 - 4
samples/ControlCatalog/MainView.xaml

@@ -1,9 +1,6 @@
 <UserControl xmlns="https://github.com/avaloniaui"
 <UserControl xmlns="https://github.com/avaloniaui"
         xmlns:pages="clr-namespace:ControlCatalog.Pages"
         xmlns:pages="clr-namespace:ControlCatalog.Pages"
-        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
-        Background="{DynamicResource ThemeBackgroundBrush}"
-        TextBlock.Foreground="{DynamicResource ThemeForegroundBrush}"
-        TextBlock.FontSize="{DynamicResource FontSizeNormal}">
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
   <TabControl Classes="sidebar" Name="Sidebar">
   <TabControl Classes="sidebar" Name="Sidebar">
     <TabControl.PageTransition>
     <TabControl.PageTransition>
       <CrossFade Duration="0.25"/>
       <CrossFade Duration="0.25"/>