#0029 调整页面预览

This commit is contained in:
zhengxuan.zhang
2026-03-15 20:26:58 +08:00
parent e79fc288c0
commit 06cc42ff33
4 changed files with 99 additions and 53 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:views="clr-namespace:XplorePlane.Views"
d:DesignHeight="400"
d:DesignWidth="250"
mc:Ignorable="d">
@@ -16,6 +17,6 @@
<TextBlock Margin="8,4" HorizontalAlignment="Left" VerticalAlignment="Center"
FontWeight="SemiBold" Foreground="#333333" Text="图像" />
</Border>
<Grid Grid.Row="1" />
<views:PipelineEditorView Grid.Row="1" />
</Grid>
</UserControl>