We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a78938 commit 85f6843Copy full SHA for 85f6843
components/RangeSelector/src/RangeSelector.xaml
@@ -3,7 +3,9 @@
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
5
xmlns:not_win="http://uno.ui/not_win"
6
- xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
+ xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
7
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8
+ mc:Ignorable="not_win">
9
10
<Style BasedOn="{StaticResource DefaultRangeSelectorStyle}"
11
TargetType="controls:RangeSelector" />
0 commit comments