Changed CornerRadius to 7.5 for Notes
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@
|
|||||||
</ItemsControl.ItemsPanel>
|
</ItemsControl.ItemsPanel>
|
||||||
<ItemsControl.ItemTemplate>
|
<ItemsControl.ItemTemplate>
|
||||||
<DataTemplate x:DataType="vm:Note">
|
<DataTemplate x:DataType="vm:Note">
|
||||||
<Border CornerRadius="15" Margin="5,5,0,5" BorderBrush="Gray" BorderThickness="2" Background="Transparent">
|
<Border CornerRadius="7.5" Margin="5,5,0,5" BorderBrush="Gray" BorderThickness="2" Background="Transparent">
|
||||||
<StackPanel Margin="5" Background="Transparent" Orientation="Horizontal">
|
<StackPanel Margin="5" Background="Transparent" Orientation="Horizontal">
|
||||||
<TextBox Height="20"
|
<TextBox Height="20"
|
||||||
CaretBrush="Transparent"
|
CaretBrush="Transparent"
|
||||||
|
|||||||
Reference in New Issue
Block a user