| 1 | <UserControl xmlns="https://github.com/avaloniaui" |
| 2 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 3 | xmlns:vm="using:CascadeIDE.ViewModels" |
| 4 | xmlns:views="using:CascadeIDE.Views" |
| 5 | x:Class="CascadeIDE.Views.EditorMfdPageView" |
| 6 | x:DataType="vm:MainWindowViewModel"> |
| 7 | <views:DocumentsDockView MinHeight="120"/> |
| 8 | </UserControl> |
| 9 |