|
|
|
@ -121,9 +121,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -121,9 +121,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
if (null != smartOutput) { |
|
|
|
|
smartOutput.AddUIElement( |
|
|
|
|
delegate { |
|
|
|
|
return new ResourceStringTable(stringTableEntries, |
|
|
|
|
new System.Windows.Size(MainWindow.Instance.mainPane.ActualWidth - 45, |
|
|
|
|
MainWindow.Instance.mainPane.ActualHeight)); |
|
|
|
|
return new ResourceStringTable(stringTableEntries, MainWindow.Instance.mainPane); |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
@ -135,9 +133,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
@@ -135,9 +133,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
|
|
|
|
|
if (null != smartOutput) { |
|
|
|
|
smartOutput.AddUIElement( |
|
|
|
|
delegate { |
|
|
|
|
return new ResourceObjectTable(otherEntries, |
|
|
|
|
new System.Windows.Size(MainWindow.Instance.mainPane.ActualWidth - 45, |
|
|
|
|
MainWindow.Instance.mainPane.ActualHeight)); |
|
|
|
|
return new ResourceObjectTable(otherEntries, MainWindow.Instance.mainPane); |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|