Skip to content

Commit 85f6843

Browse files
MartinZikmundArlodotexe
authored andcommitted
chore: Adjust not_win usage
1 parent 4a78938 commit 85f6843

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/RangeSelector/src/RangeSelector.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
55
xmlns:not_win="http://uno.ui/not_win"
6-
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
6+
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">
79

810
<Style BasedOn="{StaticResource DefaultRangeSelectorStyle}"
911
TargetType="controls:RangeSelector" />

0 commit comments

Comments
 (0)