File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
labs/SettingsControls/samples/SettingsControls.Samples Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 55 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
66 xmlns : labs =" using:CommunityToolkit.Labs.WinUI"
77 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8+ xmlns : win =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
89 mc : Ignorable =" d" >
910 <Page .Resources>
1011 <!-- These styles can be referenced to create a consistent SettingsPage layout -->
9192 <BitmapIcon ShowAsMonochrome =" False"
9293 UriSource =" https://raw.githubusercontent.com/CommunityToolkit/Labs-Windows/main/common/CommunityToolkit.Labs.Shared/Assets/AppTitleBar.scale-200.png" />
9394 </labs : SettingsExpander .HeaderIcon>
94- <TextBlock IsTextSelectionEnabled =" True"
95+ <TextBlock win : IsTextSelectionEnabled =" True"
9596 Style =" {StaticResource CaptionTextBlockStyle}"
9697 Text =" Version 1.0.0.0" />
9798 <labs : SettingsExpander .Items>
You can’t perform that action at this time.
0 commit comments