From 7158492f7390e7eeffcef1fe6f30ff8b28e3e47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DZ-=E5=BE=A1=E5=AE=85=E6=A1=91?= Date: Tue, 9 Jul 2019 14:32:29 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLEditor/windows/ManageTagsWindow.xaml | 9 +++++---- CLEditor/windows/ManageTagsWindow.xaml.cs | 12 ++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CLEditor/windows/ManageTagsWindow.xaml b/CLEditor/windows/ManageTagsWindow.xaml index 1a3e415..c80ddc6 100644 --- a/CLEditor/windows/ManageTagsWindow.xaml +++ b/CLEditor/windows/ManageTagsWindow.xaml @@ -6,19 +6,20 @@ xmlns:local="clr-namespace:CLEngine.Editor.windows" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" - Title="管理场景标签" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" SizeToContent="WidthAndHeight" Icon="/CLEngine.Editor;component/content/logo_modern.png" Loaded="Window_Loaded"> + Title="管理场景标签" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" SizeToContent="WidthAndHeight" Icon="/CLEngine.Editor;component/content/logo_modern.png" Loaded="Window_Loaded" > -