File tree 2 files changed +27
-2
lines changed
2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : local =" using:Bluebird.Pages"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
+ xmlns : muxc =" using:Microsoft.UI.Xaml.Controls"
8
9
NavigationCacheMode =" Required"
9
10
mc : Ignorable =" d" >
10
11
17
18
<Grid .RowDefinitions>
18
19
<RowDefinition Height =" Auto" />
19
20
<RowDefinition Height =" Auto" />
21
+ <RowDefinition Height =" Auto" />
20
22
</Grid .RowDefinitions>
21
23
<Grid
22
24
Grid.Row=" 0"
51
53
x : Name =" UrlBox"
52
54
x : Uid =" UrlBox"
53
55
Grid.Column=" 0"
54
- Width =" 400 "
56
+ Width =" 500 "
55
57
IsSpellCheckEnabled =" False"
56
58
KeyDown =" UrlBox_KeyDown"
57
59
Loaded =" UrlBox_Loaded"
65
67
Content =" ✨" />
66
68
</Grid >
67
69
</Grid >
70
+ <muxc : InfoBar
71
+ Title =" Warning"
72
+ Grid.Row=" 2"
73
+ VerticalAlignment =" Bottom"
74
+ IsClosable =" False"
75
+ IsOpen =" True"
76
+ Message =" Bluebird is being deprecated and replaced by Horizon"
77
+ Severity =" Warning" >
78
+ <muxc : InfoBar .ActionButton>
79
+ <HyperlinkButton Content =" Get Horizon" NavigateUri =" ms-windows-store://pdp/?productid=9PFS0VXCD5SR" />
80
+ </muxc : InfoBar .ActionButton>
81
+ </muxc : InfoBar >
68
82
<!-- <ListView
69
83
x:Name="UserFavoritesListView"
70
84
MaxWidth="450"
96
110
</ListView.ItemsPanel>
97
111
</ListView>-->
98
112
</Grid >
99
-
100
113
</Grid >
101
114
</Page >
Original file line number Diff line number Diff line change 34
34
x : Uid =" Settings"
35
35
Margin =" 0,24,0,0"
36
36
Style =" {StaticResource TitleTextBlockStyle}" />
37
+ <muxc : InfoBar
38
+ Title =" Warning"
39
+ Grid.Row=" 2"
40
+ VerticalAlignment =" Bottom"
41
+ IsClosable =" False"
42
+ IsOpen =" True"
43
+ Message =" Bluebird is being deprecated and replaced by Horizon"
44
+ Severity =" Warning" >
45
+ <muxc : InfoBar .ActionButton>
46
+ <HyperlinkButton Content =" Get Horizon" NavigateUri =" ms-windows-store://pdp/?productid=9PFS0VXCD5SR" />
47
+ </muxc : InfoBar .ActionButton>
48
+ </muxc : InfoBar >
37
49
<!-- General -->
38
50
<TextBlock Style =" {StaticResource SettingsSectionHeaderTextBlockStyle}" Text =" General" />
39
51
<toolkitc : SettingsCard Header =" Set as default" >
You can’t perform that action at this time.
0 commit comments