Revision 21141c06 trunk/Pithos.Client.WPF/Shell/MiniStatusView.xaml
b/trunk/Pithos.Client.WPF/Shell/MiniStatusView.xaml | ||
---|---|---|
19 | 19 |
<RowDefinition Height="20"/> |
20 | 20 |
<RowDefinition Height="Auto"/> |
21 | 21 |
</Grid.RowDefinitions> |
22 |
<Image Grid.Column="0" Width="48" Height="48" HorizontalAlignment="Right" VerticalAlignment="Center" Source="/PithosPlus;component/Images/PithosTaskbar.png" Stretch="Fill" Opacity="0.7" ToolTip="Close Balloon" /> |
|
22 |
<Image Grid.Column="0" Width="48" Height="48" HorizontalAlignment="Right" VerticalAlignment="Center" Source="/PithosPlus;component/Images/PithosTaskbar.png" Stretch="Fill" Opacity="0.7" ToolTip="Close Balloon" x:Name="DropList" |
|
23 |
Drop="DropList_Drop" |
|
24 |
DragEnter="DropList_DragEnter" AllowDrop="True" /> |
|
23 | 25 |
<TextBlock TextWrapping="Wrap" x:Name="Status" |
24 | 26 |
HorizontalAlignment="Stretch" |
25 | 27 |
VerticalAlignment="Stretch" Grid.Column="1" Grid.RowSpan="2" Margin="2,5,2,2"/> |
Also available in: Unified diff