Frame width depends now from the RBC sizes #275
[master-thesis.git] / Parasitemia / ParasitemiaUI / XAML / RBCFrame.xaml
index 124dc6f..41c1fc6 100644 (file)
@@ -16,7 +16,7 @@
       <Rectangle x:Name="border" Fill="#00000000" />
       <Polygon x:Name="manuallyAdded" Points="0,0 12,0, 12,12" Fill="Black" HorizontalAlignment="Right" VerticalAlignment="Top" />
       <Border HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,3,3" Background="#66000000" CornerRadius="5">
-         <TextBlock x:Name="txtRBCNumber" Padding="2" Text="42" Foreground="White" />
+         <TextBlock x:Name="txtRBCNumber" Padding="2" Text="42" Foreground="White" FontSize="12" />
       </Border>
    </Grid>
 </UserControl>
\ No newline at end of file