Revision 4127d08d trunk/Pithos.Client.WPF/Shell/AboutView.xaml

b/trunk/Pithos.Client.WPF/Shell/AboutView.xaml
12 12
            <RowDefinition Height="*"/>
13 13
            <RowDefinition Height="Auto"/>
14 14
        </Grid.RowDefinitions>
15
        <Image Grid.Row="0" Source="/PithosPlus;component/Images/SmallLogo.png" />
16
        <TextBlock Grid.Row="0" Text="Pithos+ " HorizontalAlignment="Center" FontSize="28" FontWeight="Bold" FontFamily="Segoe UI" Width="200" TextWrapping="WrapWithOverflow" TextAlignment="Center" VerticalAlignment="Center"/>
15
        <Image Grid.Row="0" Source="/PithosPlus;component/Images/pithos_logo-title-80height.png" />
17 16
        <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,0">
18 17
            <TextBlock Text="Version" VerticalAlignment="Center"/>
19 18
            <TextBlock x:Name="Version" Text="0.0.0.0" FontWeight="Bold" Margin="5" VerticalAlignment="Center"/>

Also available in: Unified diff