From e3466d03f0e3a7421cb5f801a2481e92b8a278c6 Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Mon, 3 Aug 2026 17:40:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=A3=80=E6=9F=A5=E5=99=A8=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ImageProcessing/PipelineEditorView.xaml | 40 ++++++++++++++----- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml b/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml index f075a72c..194d1afc 100644 --- a/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml +++ b/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml @@ -41,6 +41,19 @@ + + + - + @@ -528,10 +541,11 @@ Grid.Column="0" Margin="0,0,6,0" VerticalAlignment="Center" - FontSize="{StaticResource NovaFontSizeCaption}" - Text="{Binding DisplayName}" - TextTrimming="CharacterEllipsis" - TextWrapping="Wrap" /> + FontSize="{StaticResource NovaFontSizeCaption}" + Text="{Binding DisplayName}" + TextTrimming="CharacterEllipsis" + TextWrapping="NoWrap" + ToolTip="{Binding DisplayName}" /> @@ -659,10 +673,15 @@ - + + + + +