mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
splitting python complete
This commit is contained in:
@@ -30,7 +30,7 @@ public class DetectionControl : Border
|
||||
{
|
||||
var brush = new SolidColorBrush(value.Color.ToConfidenceColor());
|
||||
BorderBrush = brush;
|
||||
BorderThickness = new Thickness(3);
|
||||
BorderThickness = new Thickness(1);
|
||||
foreach (var rect in _resizedRectangles)
|
||||
rect.Stroke = brush;
|
||||
|
||||
@@ -141,7 +141,7 @@ public class DetectionControl : Border
|
||||
var rect = new Rectangle() // small rectangles at the corners and sides
|
||||
{
|
||||
ClipToBounds = false,
|
||||
Margin = new Thickness(-RESIZE_RECT_SIZE),
|
||||
Margin = new Thickness(-1.1 * RESIZE_RECT_SIZE),
|
||||
HorizontalAlignment = ha,
|
||||
VerticalAlignment = va,
|
||||
Width = RESIZE_RECT_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user