Changed CornerRadius to 7.5 for Notes
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@
|
||||
</ItemsControl.ItemsPanel>
|
||||
<ItemsControl.ItemTemplate>
|
||||
<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">
|
||||
<TextBox Height="20"
|
||||
CaretBrush="Transparent"
|
||||
|
||||
Reference in New Issue
Block a user