File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 67
67
</materialDesign : PackIcon >
68
68
</materialDesign : PopupBox .ToggleContent>
69
69
<Border MaxHeight =" 600" MaxWidth =" 800" >
70
- <StackPanel >
71
- <avalonEdit : TextEditor Document =" {Binding Xaml, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource TextDocumentValueConverter}}"
72
- Style =" {StaticResource AvalonTextEditorXamlDisplay}" />
70
+ <DockPanel >
73
71
<Button
74
72
Margin =" 0 10 0 0"
75
73
Tag =" {Binding Xaml, RelativeSource={RelativeSource TemplatedParent}}"
76
74
HorizontalAlignment =" Right"
77
75
Command =" Copy"
78
76
CommandParameter =" {Binding Xaml, RelativeSource={RelativeSource TemplatedParent}}"
79
77
Content =" _COPY"
78
+ DockPanel.Dock=" Bottom"
80
79
Style =" {StaticResource MaterialDesignRaisedButton}" >
81
80
</Button >
82
- </StackPanel >
81
+ <avalonEdit : TextEditor Document =" {Binding Xaml, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource TextDocumentValueConverter}}"
82
+ Style =" {StaticResource AvalonTextEditorXamlDisplay}" />
83
+ </DockPanel >
83
84
</Border >
84
85
85
86
</materialDesign : PopupBox >
You can’t perform that action at this time.
0 commit comments