From 06cc42ff33f2e93b9bdf7cc371bfbe1c15a660fc Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Sun, 15 Mar 2026 20:26:58 +0800 Subject: [PATCH] =?UTF-8?q?#0029=20=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ImageProcessing/PipelineEditorView.xaml | 141 ++++++++++++------ XplorePlane/Views/Main/ImagePanelView.xaml | 3 +- XplorePlane/Views/Main/MainWindow.xaml | 6 +- XplorePlane/Views/Main/ViewportPanelView.xaml | 2 +- 4 files changed, 99 insertions(+), 53 deletions(-) diff --git a/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml b/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml index 46f017e..11b9f8f 100644 --- a/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml +++ b/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml @@ -6,7 +6,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" d:DesignHeight="700" - d:DesignWidth="400" + d:DesignWidth="350" mc:Ignorable="d"> @@ -119,15 +119,17 @@ Style="{StaticResource ToolbarBtn}" ToolTip="保存流水线" />