* Add the analysis window.
[master-thesis.git] / Parasitemia / Parasitemia / GUI / RBCFrame.xaml
index 2a56b00..1a904c1 100644 (file)
@@ -16,6 +16,6 @@
       <Rectangle x:Name="border" Fill="#00000000">
       </Rectangle>
       <Polygon x:Name="manuallyAdded" Points="0,0 12,0, 12,12" Fill="Black" HorizontalAlignment="Right" VerticalAlignment="Top" />
       <Rectangle x:Name="border" Fill="#00000000">
       </Rectangle>
       <Polygon x:Name="manuallyAdded" Points="0,0 12,0, 12,12" Fill="Black" HorizontalAlignment="Right" VerticalAlignment="Top" />
-      <Label x:Name="lblRBCNumber" HorizontalAlignment="Right" VerticalAlignment="Bottom" Background="#4C000000" Foreground="White"/>
+      <TextBlock x:Name="txtRBCNumber" Padding="2" Text="42" HorizontalAlignment="Right" VerticalAlignment="Bottom" Background="#4C000000" Foreground="White" Margin="0,0,3,3"/>
    </Grid>
 </UserControl>
\ No newline at end of file
    </Grid>
 </UserControl>
\ No newline at end of file