Revision 025046f1 trunk/Pithos.Client.WPF/Shell/ShellView.xaml

b/trunk/Pithos.Client.WPF/Shell/ShellView.xaml
4 4
        xmlns:tb="clr-namespace:Hardcodet.Wpf.TaskbarNotification;assembly=Hardcodet.Wpf.TaskbarNotification" 
5 5
        xmlns:cal="http://www.caliburnproject.org"
6 6
        x:Name="TheView" WindowStartupLocation="CenterScreen" WindowStyle="None"
7
        Width="700" Height="200" SizeToContent="Width">
7
        Visibility="Collapsed"
8
        Width="700" Height="200" SizeToContent="Width" WindowState="Minimized">
8 9

  
10
<!--
9 11
    <Window.Background>
10 12
        <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
11 13
            <GradientStop Color="#4085A5" Offset="0"/>
12 14
            <GradientStop Color="#D7E8F0" Offset="1"/>
13 15
        </LinearGradientBrush>
14 16
    </Window.Background>    
17
-->
15 18
    <Window.Resources>
16 19
        <ResourceDictionary>
17 20
            <ResourceDictionary.MergedDictionaries>
......
111 114
                </ContextMenu>
112 115
            </tb:TaskbarIcon.ContextMenu>
113 116
        </tb:TaskbarIcon>
117
<!--
114 118
        <Image Margin="0,0,10,5" Source="/Pithos.Client.WPF;component/Images/logo.png" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Stretch="None"/>
119
-->
115 120
    </Grid>
116 121
</Window>

Also available in: Unified diff