Skip to content

Commit 6de847f

Browse files
committed
fixed merge conflicts
1 parent a950b88 commit 6de847f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MainDemo.Wpf/TextFields.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,6 @@
153153
<Slider Grid.Row="7" Grid.Column="1" TickFrequency="5" Orientation="Horizontal" TickPlacement="BottomRight" Minimum="1" Maximum="50" Value="25" IsSelectionRangeEnabled="True" />
154154
<Slider Grid.Row="8" Grid.Column="1" TickFrequency="5" Orientation="Horizontal" TickPlacement="BottomRight" Minimum="1" Maximum="50" Value="25" IsEnabled="False" />
155155

156+
<wpf:MultipleSelectionDropDown x:Name="multipleSelectionDropDown" Grid.Column="4" Grid.Row="3" Height="30" Width="100"></wpf:MultipleSelectionDropDown>
156157
</Grid>
157158
</UserControl>

0 commit comments

Comments
 (0)