We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34629e7 commit 7c49950Copy full SHA for 7c49950
1 file changed
Desktop/Project/TasksList.xaml
@@ -15,7 +15,7 @@
15
<Button AutomationProperties.AutomationId="AddTask" Content="+" FontSize="20" Command="{Binding Add}" />
16
</StackPanel>
17
18
- <ListBox ItemsSource="{Binding Tasks}">
+ <ListBox ItemsSource="{Binding Tasks}" Margin="{StaticResource SmallMarginAtTop}">
19
<ListBox.ItemTemplate>
20
<DataTemplate DataType="{x:Type domain:Task}">
21
<StackPanel Orientation="Horizontal">
0 commit comments