We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf1f3d commit 6a28cf6Copy full SHA for 6a28cf6
ECGMonitor/ECGMonitor/MainWindow.xaml
@@ -58,9 +58,9 @@
58
59
<Grid.RowDefinitions>
60
<!-- Define rows for different sections -->
61
- <RowDefinition Height="2.2*" />
62
63
- <RowDefinition Height="6.5*" />
+ <RowDefinition Height="2*" />
+ <RowDefinition Height="6*" />
64
</Grid.RowDefinitions>
65
66
<!-- Title & Metric Panels -->
@@ -222,7 +222,7 @@
222
<Grid.ColumnDefinitions>
223
<ColumnDefinition Width="0.2*" />
224
<ColumnDefinition Width="2*" />
225
- <ColumnDefinition Width="7.5*" />
+ <ColumnDefinition Width="7.8*" />
226
</Grid.ColumnDefinitions>
227
228
<Ellipse Width="15" Height="15" Fill="#2ac145" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Left"/>
0 commit comments