Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Fix hit box
Browse files Browse the repository at this point in the history
  • Loading branch information
dhcgn committed Apr 7, 2020
1 parent 4a8c741 commit 09ea73d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Planungsboard.Presentation/UserControls/CardsWarpPanel.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</Setter.Value>
</Setter>
<Setter Property="AllowDrop" Value="True" />
<Setter Property="Background" Value="Transparent" />
</Style>
</UserControl.Resources>
<Border>
Expand All @@ -37,7 +38,7 @@
</Grid.ColumnDefinitions>
<ItemsControl Grid.Column="0"
ItemsSource="{Binding Quarter1Cards}"
Style="{StaticResource ItemsControlStyle}"
Style="{StaticResource ItemsControlStyle}"
Drop="Quarter1Cards_OnDrop"/>
<ItemsControl Grid.Column="1"
ItemsSource="{Binding Quarter2Cards}"
Expand Down

0 comments on commit 09ea73d

Please sign in to comment.