1111 mc:Ignorable=" d" >
1212 <ContentDialog .Resources>
1313 <ResourceDictionary >
14- <x : Double x : Key =" ContentDialogMaxWidth" >800 </x : Double >
14+ <x : Double x : Key =" ContentDialogMaxWidth" >1100 </x : Double >
1515 <Thickness x : Key =" ContentDialogPadding" >0</Thickness >
16- <Thickness x : Key =" TopNavigationViewTopNavGridMargin" >4</Thickness >
17- <SolidColorBrush x : Key =" ContentDialogTopOverlay" Color =" Transparent" />
18- <SolidColorBrush x : Key =" NavigationViewContentGridBorderBrush" Color =" Transparent" />
1916 </ResourceDictionary >
2017 </ContentDialog .Resources>
2118
2219 <Grid
2320 x:Name=" ContainerGrid"
24- MaxHeight=" 690 "
21+ MaxHeight=" 790 "
2522 HorizontalAlignment=" Stretch"
2623 VerticalAlignment=" Stretch"
2724 Background=" {ThemeResource SolidBackgroundFillColorBase}" >
25+ <Grid .RowDefinitions>
26+ <RowDefinition Height =" 44" />
27+ <RowDefinition Height =" *" />
28+ </Grid .RowDefinitions>
29+
30+ <Grid
31+ Grid.Row=" 0"
32+ Padding=" 8,0"
33+ HorizontalAlignment=" Stretch" >
34+ <TextBlock
35+ Padding=" 8,0,0,0"
36+ HorizontalAlignment=" Left"
37+ VerticalAlignment=" Center"
38+ FontWeight=" SemiBold"
39+ Text=" {helpers:ResourceString Name=Settings}" />
40+
41+ <Button
42+ x:Name=" ButtonClose"
43+ Width=" 36"
44+ Height=" 36"
45+ HorizontalAlignment=" Right"
46+ VerticalAlignment=" Center"
47+ AutomationProperties.Name=" {helpers:ResourceString Name=Close}"
48+ Background=" Transparent"
49+ BorderBrush=" Transparent"
50+ Click=" ButtonClose_Click"
51+ ToolTipService.ToolTip=" {helpers:ResourceString Name=Close}" >
52+ <FontIcon FontSize =" 12" Glyph ="  " />
53+ </Button >
54+ </Grid >
55+
2856 <NavigationView
2957 x:Name=" SettingsPane"
58+ Grid.Row=" 1"
3059 IsBackButtonVisible=" Collapsed"
3160 IsBackEnabled=" False"
3261 IsPaneToggleButtonVisible=" False"
3362 IsSettingsVisible=" False"
3463 IsTitleBarAutoPaddingEnabled=" False"
35- PaneDisplayMode=" Top"
64+ OpenPaneLength=" 260"
65+ PaneDisplayMode=" Left"
3666 SelectionChanged=" SettingsPane_SelectionChanged" >
3767
3868 <NavigationView .MenuItems>
3969 <NavigationViewItem
4070 AccessKey=" A"
4171 AutomationProperties.AutomationId=" SettingsItemAppearance"
4272 Content=" {helpers:ResourceString Name=Appearance}"
43- CornerRadius=" 4,0,0,4"
4473 IsSelected=" True"
4574 Tag=" 0" >
4675 <NavigationViewItem .Icon>
5180 AccessKey=" P"
5281 AutomationProperties.AutomationId=" SettingsItemPreferences"
5382 Content=" {helpers:ResourceString Name=SettingsNavPreferences/Content}"
54- CornerRadius=" 0"
5583 Tag=" 1" >
5684 <NavigationViewItem .Icon>
5785 <FontIcon FontFamily =" {StaticResource CustomGlyph}" Glyph ="  " />
6189 AccessKey=" F"
6290 AutomationProperties.AutomationId=" SettingsItemFolders"
6391 Content=" {helpers:ResourceString Name=Folders}"
64- CornerRadius=" 0"
6592 Tag=" 2" >
6693 <NavigationViewItem .Icon>
6794 <FontIcon Glyph ="  " />
81108 AccessKey=" B"
82109 AutomationProperties.AutomationId=" SettingsItemAbout"
83110 Content=" {helpers:ResourceString Name=About}"
84- CornerRadius=" 0,4,4,0"
85111 Tag=" 4" >
86112 <NavigationViewItem .Icon>
87113 <FontIcon FontSize =" 16" Glyph ="  " />
94120 VerticalAlignment=" Stretch"
95121 VerticalScrollBarVisibility=" Visible"
96122 VerticalScrollMode=" Enabled" >
97- <Frame x : Name =" SettingsContentFrame" Padding =" 12,0,12,12 " />
123+ <Frame x : Name =" SettingsContentFrame" Padding =" 12" />
98124 </ScrollViewer >
99125 </NavigationView >
100-
101- <Button
102- x:Name=" ButtonClose"
103- Width=" 36"
104- Height=" 36"
105- Margin=" 8,12,12,8"
106- HorizontalAlignment=" Right"
107- VerticalAlignment=" Top"
108- AutomationProperties.Name=" {helpers:ResourceString Name=Close}"
109- Background=" Transparent"
110- BorderBrush=" Transparent"
111- Click=" ButtonClose_Click"
112- ToolTipService.ToolTip=" {helpers:ResourceString Name=Close}" >
113- <FontIcon FontSize =" 12" Glyph ="  " />
114- </Button >
115126 </Grid >
116- </ContentDialog >
127+ </ContentDialog >
0 commit comments