Skip to content

Commit 6a28cf6

Browse files
committed
update
1 parent acf1f3d commit 6a28cf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ECGMonitor/ECGMonitor/MainWindow.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858

5959
<Grid.RowDefinitions>
6060
<!-- Define rows for different sections -->
61-
<RowDefinition Height="2.2*" />
62-
<RowDefinition Height="2.2*" />
63-
<RowDefinition Height="6.5*" />
61+
<RowDefinition Height="2*" />
62+
<RowDefinition Height="2*" />
63+
<RowDefinition Height="6*" />
6464
</Grid.RowDefinitions>
6565

6666
<!-- Title & Metric Panels -->
@@ -222,7 +222,7 @@
222222
<Grid.ColumnDefinitions>
223223
<ColumnDefinition Width="0.2*" />
224224
<ColumnDefinition Width="2*" />
225-
<ColumnDefinition Width="7.5*" />
225+
<ColumnDefinition Width="7.8*" />
226226
</Grid.ColumnDefinitions>
227227

228228
<Ellipse Width="15" Height="15" Fill="#2ac145" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Left"/>

0 commit comments

Comments
 (0)