From 53b9fd38838f6400737d0e8fed72f9e599828cc1 Mon Sep 17 00:00:00 2001 From: hj615 Date: Mon, 1 Dec 2025 10:23:59 +0900 Subject: [PATCH] =?UTF-8?q?design:=20Line=20=EA=B7=B8=EB=9E=98=ED=94=84=20?= =?UTF-8?q?&=20=EC=84=A4=EC=A0=95=EC=B9=B8=20=EB=94=94=EC=9E=90=EC=9D=B8?= =?UTF-8?q?=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SmartAquaViewer/MainWindow.xaml | 4 +- SmartAquaViewer/Resources/Generic.xaml | 101 ++++++++- SmartAquaViewer/View/MonitoringView.xaml | 208 ++++++++++++------ .../ViewModel/GraphControlViewModel.cs | 52 +++-- .../ViewModel/MonitoringViewModel.cs | 2 + 5 files changed, 272 insertions(+), 95 deletions(-) diff --git a/SmartAquaViewer/MainWindow.xaml b/SmartAquaViewer/MainWindow.xaml index 615c8a6..5358c03 100644 --- a/SmartAquaViewer/MainWindow.xaml +++ b/SmartAquaViewer/MainWindow.xaml @@ -61,7 +61,7 @@ - + + Grid.Row="2" Grid.Column="1" Margin="24 16 24 12"/> diff --git a/SmartAquaViewer/Resources/Generic.xaml b/SmartAquaViewer/Resources/Generic.xaml index 53b4b38..d324955 100644 --- a/SmartAquaViewer/Resources/Generic.xaml +++ b/SmartAquaViewer/Resources/Generic.xaml @@ -281,7 +281,9 @@ + Background="{TemplateBinding Background}" + BorderThickness="0 1 0 0" + BorderBrush="#264A60"> + + + + \ No newline at end of file diff --git a/SmartAquaViewer/View/MonitoringView.xaml b/SmartAquaViewer/View/MonitoringView.xaml index af83e39..6904c7e 100644 --- a/SmartAquaViewer/View/MonitoringView.xaml +++ b/SmartAquaViewer/View/MonitoringView.xaml @@ -563,13 +563,13 @@ - + - - + - + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + FontSize="16" FontFamily="{StaticResource SCDream4}" Foreground="#264A60" + Margin="0 0 4 0" VerticalContentAlignment="Center"> + + + + + - -