Revision becb4f44 trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesView.xaml

b/trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesView.xaml
3 3
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:cal="http://www.caliburnproject.org"
4 4
        xmlns:extToolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit/extended"
5 5
        Title="ContainerPropertiesView" Height="500" Width="300"
6
        Icon="/Pithos;component/Images/PithosTaskbar.png"
6
        Icon="/PithosPlus;component/Images/PithosTaskbar.png"
7 7
        Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}">
8 8
    <Window.Resources>
9 9
        <ResourceDictionary>
......
25 25
                <ColumnDefinition Width="*"/>
26 26
                <ColumnDefinition Width="Auto"/>
27 27
            </Grid.ColumnDefinitions>
28
            <Image x:Name="FileIcon" Margin="5" Grid.Column="0" Stretch="None" Source="/Pithos;component/Images/Container.png" />
28
            <Image x:Name="FileIcon" Margin="5" Grid.Column="0" Stretch="None" Source="/PithosPlus;component/Images/Container.png" />
29 29
            <TextBlock x:Name="ContainerName" Margin="5" Grid.Column="1" Text="Container Name" FontSize="16" FontWeight="Bold"/>
30 30
            <TextBlock x:Name="ShortSize" Margin="5" Text="345 KB" FontWeight="Bold" FontSize="14" Grid.Column="2" />
31 31
        </Grid>

Also available in: Unified diff