Browse Source

Make whole of file transfer item clickable

Antony Male 10 years ago
parent
commit
76949662ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SyncTrayzor/Pages/FileTransfersTrayView.xaml

+ 1 - 1
src/SyncTrayzor/Pages/FileTransfersTrayView.xaml

@@ -74,7 +74,7 @@
                             <ItemsControl.ItemTemplate>
                                 <DataTemplate>
                                     <Border Style="{StaticResource ItemBorderStyle}">
-                                        <DockPanel Margin="5">
+                                        <DockPanel Margin="5" Background="Transparent">
                                             <!-- Use an InvokeCommandAction so we can pass a parameter -->
                                             <i:Interaction.Triggers>
                                                 <i:EventTrigger EventName="MouseLeftButtonUp">