2 Commits 51bb907ec9 ... b35bfd3af3

Author SHA1 Message Date
  Ethosa b35bfd3af3 словарь стилей 3 years ago
  Ethosa dcbcbbfe34 6.2 законченое 3 years ago
2 changed files with 7 additions and 3 deletions
  1. 1 1
      App.xaml
  2. 6 2
      Dictionary.xaml

+ 1 - 1
App.xaml

@@ -6,7 +6,7 @@
     <Application.Resources>
         <ResourceDictionary>
             <ResourceDictionary.MergedDictionaries>
-                <ResourceDictionary Source="Dictionary.xaml"
+                <ResourceDictionary Source="Dictionary.xaml"/>
             </ResourceDictionary.MergedDictionaries>
         </ResourceDictionary>
     </Application.Resources>

+ 6 - 2
Dictionary.xaml

@@ -1,4 +1,8 @@
 <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
-                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
-    xmls:Local=
+                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+                    xmlns:local="clr-namespace:bebra">
+    <Style TargetType="{x:Type Label}">
+        <Setter Property="Background" Value="AntiqueWhite"/>
+        <Setter Property="Padding" Value="0"/>
+    </Style>
 </ResourceDictionary>