Files
2026-06-01 12:46:52 +02:00

5 lines
394 B
XML

<Grid ClipToBounds='True' Background='{x:Static SystemColors.ControlBrush}' Margin='0, 0, 0, 2'>
<Border Margin='-3, 0, 1, 0' Background='{x:Static SystemColors.ControlBrush}' BorderThickness='1' CornerRadius='3' BorderBrush='{x:Static SystemColors.ControlDarkBrush}'/>
<Border Margin='0, 0, 1, 0' BorderThickness='1, 0, 0, 0' BorderBrush='{x:Static SystemColors.ControlDarkBrush}'/>
</Grid>