Revision 2f41824c trunk/Pithos.Client.WPF/Shell/AboutView.xaml

b/trunk/Pithos.Client.WPF/Shell/AboutView.xaml
13 13
        <Image Grid.Row="0" Source="/Pithos.Client.WPF;component/Images/SmallLogo.png" />
14 14
        <TextBlock Grid.Row="0" Text="Pithos " HorizontalAlignment="Center" FontSize="28" FontWeight="Bold" FontFamily="Segoe UI" Width="200" TextWrapping="WrapWithOverflow" TextAlignment="Center" VerticalAlignment="Center"/>
15 15
        <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,0">
16
            <TextBlock Text="Version"/>
17
            <TextBlock x:Name="Version" FontWeight="Bold" Margin="5" />
16
            <TextBlock Text="Version" VerticalAlignment="Center"/>
17
            <TextBlock x:Name="Version" FontWeight="Bold" Margin="5" VerticalAlignment="Center"/>
18 18
        </StackPanel>
19 19
        <StackPanel Grid.Row="2" Orientation="Horizontal" Margin="10,0">
20
            <TextBlock Text="Released"/>
21
            <TextBlock x:Name="ReleaseDate" FontWeight="Bold" Margin="5"/>
20
            <TextBlock Text="Released" VerticalAlignment="Center"/>
21
            <TextBlock x:Name="Released" FontWeight="Bold" Margin="5" VerticalAlignment="Center"/>
22 22
        </StackPanel>
23 23
        <TextBlock Grid.Row="3" Margin="10,0">
24 24
            <Run>Visit the </Run>

Also available in: Unified diff