Browse Source

Use normal WrapPanel in SwatchesView

CPKreuz 4 years ago
parent
commit
e1152caf5b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PixiEditor/Views/UserControls/SwatchesView.xaml

+ 2 - 2
PixiEditor/Views/UserControls/SwatchesView.xaml

@@ -21,8 +21,8 @@
             </d:ItemsControl.ItemsSource>
             <ItemsControl.ItemsPanel>
                 <ItemsPanelTemplate>
-                    <local:AlignableWrapPanel Margin="10,10,0,10" HorizontalContentAlignment="Center"
-                                              HorizontalAlignment="Center" VerticalAlignment="Top"/>
+                    <WrapPanel Margin="10,10,0,10" Orientation="Horizontal"
+                               HorizontalAlignment="Center" VerticalAlignment="Top"/>
                 </ItemsPanelTemplate>
             </ItemsControl.ItemsPanel>
             <ItemsControl.ItemTemplate>