Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit fd8b814

Browse files
committed
Fix previewing of text boxes in designer
1 parent 9105615 commit fd8b814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio.UI/Views/Dialog/DialogStyles.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<ResourceDictionary.MergedDictionaries>
66
<ghfvs:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI.Reactive;component/SharedDictionary.xaml" />
77
<ghfvs:SharedDictionaryManager Source="pack://application:,,,/GitHub.VisualStudio.UI;component/SharedDictionary.xaml" />
8+
<ResourceDictionary Source="/Styles/TextBlocks.xaml" />
89
<StaticResource ResourceKey="ThemedDialogDefaultStylesKey"/>
910
</ResourceDictionary.MergedDictionaries>
1011
<Style TargetType="{x:Type ghfvs:PromptTextBox}" BasedOn="{StaticResource GitHubVsPromptTextBox}" />

0 commit comments

Comments
 (0)