Improve readability of highlighted RBCs.
[master-thesis.git] / Parasitemia / Parasitemia / GUI / RBCFrame.xaml
index 1a904c1..124dc6f 100644 (file)
             <MenuItem x:Name="menuRBCSetAsInfected" Header="_Set as infected" />
          </ContextMenu>
       </Grid.ContextMenu>
-      <Rectangle x:Name="border" Fill="#00000000">
-      </Rectangle>
+      <Rectangle x:Name="border" Fill="#00000000" />
       <Polygon x:Name="manuallyAdded" Points="0,0 12,0, 12,12" Fill="Black" HorizontalAlignment="Right" VerticalAlignment="Top" />
-      <TextBlock x:Name="txtRBCNumber" Padding="2" Text="42" HorizontalAlignment="Right" VerticalAlignment="Bottom" Background="#4C000000" Foreground="White" Margin="0,0,3,3"/>
+      <Border HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,3,3" Background="#66000000" CornerRadius="5">
+         <TextBlock x:Name="txtRBCNumber" Padding="2" Text="42" Foreground="White" />
+      </Border>
    </Grid>
 </UserControl>
\ No newline at end of file