File tree 2 files changed +12
-3
lines changed
src/DotVast.HashTool.WinUI/Views/Dialogs
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
x : Class =" DotVast.HashTool.WinUI.Views.Dialogs.GithubUpdateDialog"
3
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
- xmlns : ctControls =" using:CommunityToolkit.WinUI.UI.Controls" >
5
+ xmlns : ct =" using:CommunityToolkit.WinUI.UI.Controls"
6
+ xmlns : local =" using:DotVast.HashTool.WinUI.Views.Dialogs" >
7
+
8
+ <ContentDialog .Resources>
9
+ <Style BasedOn =" {StaticResource DefaultContentDialogStyle}" TargetType =" local:GithubUpdateDialog" />
10
+ </ContentDialog .Resources>
6
11
7
12
<ContentDialog .Title>
8
13
<StackPanel Orientation =" Horizontal" Spacing =" 16" >
19
24
MaxHeight =" 320"
20
25
HorizontalScrollMode =" Disabled"
21
26
VerticalScrollBarVisibility =" Hidden" >
22
- <ctControls : MarkdownTextBlock
27
+ <ct : MarkdownTextBlock
23
28
x : Name =" MarkdownText"
24
29
Background =" Transparent"
25
30
FontSize =" 14"
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
1
<ContentDialog
3
2
x : Class =" DotVast.HashTool.WinUI.Views.Dialogs.HashResultConfigDialog"
4
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
5
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
6
5
xmlns : enums =" using:DotVast.HashTool.WinUI.Enums"
6
+ xmlns : local =" using:DotVast.HashTool.WinUI.Views.Dialogs"
7
7
xmlns : models =" using:DotVast.HashTool.WinUI.Models" >
8
8
9
+ <ContentControl .Resources>
10
+ <Style BasedOn =" {StaticResource DefaultContentDialogStyle}" TargetType =" local:HashResultConfigDialog" />
11
+ </ContentControl .Resources>
12
+
9
13
<ScrollViewer
10
14
Width =" 280"
11
15
Padding =" 8,0,16,0"
You can’t perform that action at this time.
0 commit comments