From 2e93670a6e2996ce7829fb5f657ba0a5db6660d2 Mon Sep 17 00:00:00 2001 From: droplet92 Date: Wed, 20 Jan 2021 00:38:03 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=20=EC=9C=88=EB=8F=84?= =?UTF-8?q?=EC=9A=B0=20=EC=86=8D=EC=84=B1=20=EB=B3=80=EA=B2=BD=20-=20?= =?UTF-8?q?=ED=83=80=EC=9D=B4=ED=8B=80=EC=9D=84=20'=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=A0=91=EA=B7=BC=20=EA=B4=80=EB=A6=AC=20=EC=97=90=EC=9D=B4?= =?UTF-8?q?=EC=A0=84=ED=8A=B8'=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20-=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=86=8D=EC=84=B1=EC=9D=84=20Mai?= =?UTF-8?q?nWindowStyle=EC=97=90=20=EB=B3=91=ED=95=A9=20-=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=EC=9D=84=20myMainWindow=20=EB=8C=80=EC=8B=A0=20mainWi?= =?UTF-8?q?ndow=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.xaml | 3 +++ src/MainWindow.xaml | 10 +++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/App.xaml b/src/App.xaml index 9cf76f4..3633f6b 100644 --- a/src/App.xaml +++ b/src/App.xaml @@ -33,6 +33,9 @@ diff --git a/src/MainWindow.xaml b/src/MainWindow.xaml index 86bca76..1435604 100644 --- a/src/MainWindow.xaml +++ b/src/MainWindow.xaml @@ -6,12 +6,8 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls="clr-namespace:FileAccessControlAgent.Views" mc:Ignorable="d" - Background="Gray" - Style="{StaticResource MainWindowStyle}" - Name="myMainWindow" - Title="MainWindow" - Width="800" - Height="420"> + Name="mainWindow" + Style="{StaticResource MainWindowStyle}"> @@ -19,7 +15,7 @@ - +