소스 검색

Removed ref window

flabbet 4 년 전
부모
커밋
c426dc9a12
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      PixiEditor/Views/MainWindow.xaml

+ 0 - 7
PixiEditor/Views/MainWindow.xaml

@@ -325,13 +325,6 @@
                                             PrimaryColor="{Binding ColorsSubViewModel.PrimaryColor, Mode=TwoWay}"/>
                                     </LayoutAnchorable>
                                 </LayoutAnchorablePane>
-                                <LayoutAnchorablePane>
-                                    <LayoutAnchorable ContentId="referenceLayer" Title="Reference Layer" 
-                                                      CanHide="False" CanAutoHide="False"
-                                                      CanDockAsTabbedDocument="False" CanFloat="True">
-                                        <avalonDockWindows:ReferenceLayerWindow Document="{Binding BitmapManager.ActiveDocument}"/>
-                                    </LayoutAnchorable>
-                                </LayoutAnchorablePane>
                             </LayoutAnchorablePaneGroup>
                         </LayoutPanel>
                     </avalondock:LayoutRoot>