From acdfb8db7cabf52b1228949d62f7a5b7a8dedc98 Mon Sep 17 00:00:00 2001 From: hj615 Date: Mon, 11 Aug 2025 11:16:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B7=B8=EB=9E=98=ED=94=84=20=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=97=B4=EA=B3=A0=EB=8B=AB=EA=B8=B0=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=20MaterialDesign=20Drawer=20=EB=B0=A9=EC=8B=9D=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SmartAquaViewer/SmartAquaViewer.csproj | 1 + SmartAquaViewer/View/MonitoringView.xaml | 50 ++++++++--------- SmartAquaViewer/View/MonitoringView.xaml.cs | 34 ++++++------ .../ViewModel/MonitoringViewModel.cs | 55 ++++++++++++++++++- 4 files changed, 97 insertions(+), 43 deletions(-) diff --git a/SmartAquaViewer/SmartAquaViewer.csproj b/SmartAquaViewer/SmartAquaViewer.csproj index 89624fe..27a713d 100644 --- a/SmartAquaViewer/SmartAquaViewer.csproj +++ b/SmartAquaViewer/SmartAquaViewer.csproj @@ -30,6 +30,7 @@ + diff --git a/SmartAquaViewer/View/MonitoringView.xaml b/SmartAquaViewer/View/MonitoringView.xaml index e92e827..243698f 100644 --- a/SmartAquaViewer/View/MonitoringView.xaml +++ b/SmartAquaViewer/View/MonitoringView.xaml @@ -5,39 +5,39 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:SmartAquaViewer.View" xmlns:helper="clr-namespace:SmartAquaViewer.Helper" + xmlns:md="http://materialdesigninxaml.net/winfx/xaml/themes" mc:Ignorable="d" d:DesignHeight="940" d:DesignWidth="1650"> - - - - - - - - - - - - - - + + + + + + -