Browse Source

Temporarily improve dock layout with wider assembly list and better pane captions

pull/1728/head
Andreas Weizel 6 years ago
parent
commit
36ce46a694
  1. 6
      ILSpy/MainWindow.xaml

6
ILSpy/MainWindow.xaml

@ -124,9 +124,9 @@ @@ -124,9 +124,9 @@
<avalondock:LayoutRoot x:Name="LayoutRoot" >
<avalondock:LayoutPanel Orientation="Vertical">
<avalondock:LayoutPanel Orientation="Horizontal">
<avalondock:LayoutAnchorablePaneGroup DockWidth="200" Orientation="Vertical">
<avalondock:LayoutAnchorablePaneGroup DockWidth="400" Orientation="Vertical">
<avalondock:LayoutAnchorablePane DockHeight="*">
<avalondock:LayoutAnchorable x:Name="Tree" Title="Project Explorer" CanHide="False" CanClose="False">
<avalondock:LayoutAnchorable x:Name="Tree" Title="Assemblies" CanHide="False" CanClose="False">
<!-- Left pane: Tree View of assemblies and classes -->
<tv:SharpTreeView
Name="treeView"
@ -142,7 +142,7 @@ @@ -142,7 +142,7 @@
<avalondock:LayoutDocumentPaneGroup DockWidth="*">
<avalondock:LayoutDocumentPane x:Name="adDocumentPane">
<avalondock:LayoutDocument Title="MAIN" CanClose="False">
<avalondock:LayoutDocument Title="View" CanClose="False">
<!-- decompilerTextView is into the mainPane by code -->
<ContentPresenter Name="mainPane" />
</avalondock:LayoutDocument>

Loading…
Cancel
Save