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" /> + - - + +