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

Commit 852f282

Browse files
committed
Get octicons to work
1 parent 06d7b7f commit 852f282

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/GitHub.VisualStudio/Views/Dialog/ForkRepositoryExecuteView.xaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,18 @@
77
xmlns:sampleData="clr-namespace:GitHub.SampleData;assembly=GitHub.App"
88
xmlns:ui="https://github.com/github/VisualStudio"
99
Margin="8"
10+
xmlns:cache="clr-namespace:GitHub.UI.Helpers;assembly=GitHub.UI"
1011
mc:Ignorable="d" d:DesignWidth="300" Height="315.179">
1112

13+
<Control.Resources>
14+
<ResourceDictionary>
15+
<ResourceDictionary.MergedDictionaries>
16+
<cache:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI;component/SharedDictionary.xaml" />
17+
<cache:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI.Reactive;component/SharedDictionary.xaml" />
18+
</ResourceDictionary.MergedDictionaries>
19+
</ResourceDictionary>
20+
</Control.Resources>
21+
1222
<d:DesignProperties.DataContext>
1323
<sampleData:ForkRepositoryExecuteViewModelDesigner/>
1424
</d:DesignProperties.DataContext>

0 commit comments

Comments
 (0)