Skip to content

Commit 97c5f52

Browse files
committed
added missing merged dictionary
1 parent ad16212 commit 97c5f52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Asn1Editor.Wpf.Controls/Themes/AutoSizeTextBox.xaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:c="clr-namespace:Asn1Editor.Wpf.Controls">
4+
<ResourceDictionary.MergedDictionaries>
5+
<ResourceDictionary Source="Shared.xaml"/>
6+
</ResourceDictionary.MergedDictionaries>
47
<Style TargetType="c:AutoSizeTextBox" BasedOn="{StaticResource {x:Type TextBoxBase}}">
58
<Setter Property="Background" Value="White"/>
69
</Style>

0 commit comments

Comments
 (0)