From ab5345b1b8fce1f5d54746bdf467d5077932a123 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Fri, 24 Jan 2025 11:27:31 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Update=20=E4=BC=98=E5=8C=96=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/Dialog/NotSavedWarningWindow.xaml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/View/Dialog/NotSavedWarningWindow.xaml b/Sinvo.EplanHpD.Plugin.WPFUI/View/Dialog/NotSavedWarningWindow.xaml index f49d2b1..b6dc54c 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/View/Dialog/NotSavedWarningWindow.xaml +++ b/Sinvo.EplanHpD.Plugin.WPFUI/View/Dialog/NotSavedWarningWindow.xaml @@ -5,11 +5,12 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Sinvo.EplanHpD.Plugin.WPFUI.View.Dialog" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - Width="800" - Height="450" + Width="500" + Height="300" Background="#f5f5f5" CornerRadius="5" mc:Ignorable="d"> + @@ -21,7 +22,14 @@ HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="20" - Text="以下轴号的选型数据未保存,是否继续操作?继续操作将丢失未保存的数据!" + Text="继续操作将丢失未保存的数据!" + TextWrapping="Wrap" /> + - - + +