Browse Source

Fixed dad PixiEditor thing

CPKreuz 4 years ago
parent
commit
a8421b0804
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PixiEditor/Views/MainWindow.xaml

+ 1 - 1
PixiEditor/Views/MainWindow.xaml

@@ -293,7 +293,7 @@
                                             <Button Grid.Row="0" Command="{Binding LayersSubViewModel.NewLayerCommand}" Height="30" Content="New Layer"
                                             HorizontalAlignment="Stretch" Margin="5"
                                             Style="{StaticResource DarkRoundButton}" />
-                                            <Button Grid.Row="1" Command="{Binding LayersSubViewModel.NewTemplateLayerCommand}" Height="30" Content="New Reference Layer"
+                                            <Button Grid.Row="1" Command="{Binding LayersSubViewModel.NewReferenceLayerCommand}" Height="30" Content="New Reference Layer"
                                             HorizontalAlignment="Stretch" Margin="5"
                                             Style="{StaticResource DarkRoundButton}" />
                                             <StackPanel Grid.Row="2" Orientation="Horizontal" Margin="10,0">