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 6767 </materialDesign : PackIcon >
6868 </materialDesign : PopupBox .ToggleContent>
6969 <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 >
7371 <Button
7472 Margin =" 0 10 0 0"
7573 Tag =" {Binding Xaml, RelativeSource={RelativeSource TemplatedParent}}"
7674 HorizontalAlignment =" Right"
7775 Command =" Copy"
7876 CommandParameter =" {Binding Xaml, RelativeSource={RelativeSource TemplatedParent}}"
7977 Content =" _COPY"
78+ DockPanel.Dock=" Bottom"
8079 Style =" {StaticResource MaterialDesignRaisedButton}" >
8180 </Button >
82- </StackPanel >
81+ <avalonEdit : TextEditor Document =" {Binding Xaml, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource TextDocumentValueConverter}}"
82+ Style =" {StaticResource AvalonTextEditorXamlDisplay}" />
83+ </DockPanel >
8384 </Border >
8485
8586 </materialDesign : PopupBox >
You can’t perform that action at this time.
0 commit comments