Skip to content

Commit 7c49950

Browse files
committed
feat: add small margin at the top of Task list
1 parent 34629e7 commit 7c49950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Desktop/Project/TasksList.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Button AutomationProperties.AutomationId="AddTask" Content="+" FontSize="20" Command="{Binding Add}" />
1616
</StackPanel>
1717

18-
<ListBox ItemsSource="{Binding Tasks}">
18+
<ListBox ItemsSource="{Binding Tasks}" Margin="{StaticResource SmallMarginAtTop}">
1919
<ListBox.ItemTemplate>
2020
<DataTemplate DataType="{x:Type domain:Task}">
2121
<StackPanel Orientation="Horizontal">

0 commit comments

Comments
 (0)