Revision 82524ce4

b/trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml
5 5
        xmlns:extToolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit/extended"
6 6
        xmlns:Converters="clr-namespace:Pithos.Client.WPF.Converters" 
7 7
        x:Name="TheView"
8
        Title="Pithos Preferences" Height="381" Width="600" 
8
        Title="Pithos Preferences" Height="436" Width="600" 
9 9
        ShowInTaskbar="true"
10 10
        WindowStartupLocation="CenterScreen"
11 11
        Icon="/Pithos.Client.WPF;component/Images/PithosTaskbar.png"
......
85 85
                            No account is selected. Please select an account or add a new one.
86 86
                        </TextBlock>    
87 87
                    </GroupBox>
88
                    <GroupBox Header="Account" Padding="5" Margin="5" Height="231" HorizontalAlignment="Stretch" VerticalAlignment="Top" Grid.Column="1" Visibility="{Binding Path=CurrentAccount, Converter={StaticResource NullToVisible}}">
88
                    <GroupBox Header="Account" Padding="5" Margin="5,5,5,0" Height="266" HorizontalAlignment="Stretch" VerticalAlignment="Top" Grid.Column="1" Visibility="{Binding Path=CurrentAccount, Converter={StaticResource NullToVisible}}">
89 89
                            <Grid>
90 90
                            <Grid.ColumnDefinitions>
91 91
                                <ColumnDefinition Width="Auto"/>
b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs
15 15
[assembly: AssemblyCopyright("Copyright © GRNet 2011-2012")]
16 16
[assembly: AssemblyTrademark("")]
17 17
[assembly: AssemblyCulture("")]
18
[assembly: AssemblyInformationalVersion("2012-01-31")]
18
[assembly: AssemblyInformationalVersion("2012-02-06")]
19 19

  
20 20
// Setting ComVisible to false makes the types in this assembly not visible 
21 21
// to COM components.  If you need to access a type in this assembly from 
......
53 53
// by using the '*' as shown below:
54 54
// [assembly: AssemblyVersion("1.0.*")]
55 55
[assembly: AssemblyVersion("0.1.0.0")]
56
[assembly: AssemblyFileVersionAttribute("0.1.20202.1992")]
56
[assembly: AssemblyFileVersionAttribute("0.1.20206.1972")]

Also available in: Unified diff