Subversion Repository Public Repository

Nextrek

Diff Revisions 20 vs 22 for /Windows8/Minstrek/DimensioneParallela/App1/bin/Release/MainPage.xaml

Diff revisions: vs.
  @@ -25,7 +25,7 @@
25 25 <ImageBrush ImageSource="cornice.png" ></ImageBrush>
26 26 </Canvas.Background>
27 27 <ScrollViewer x:Name="scroller" Height="380" Width="670" Canvas.Top="40">
28 - <TextBlock x:Name="testoTop" FontSize="35" Width="580" Height="600" TextAlignment="Center" TextWrapping="Wrap" Foreground="Wheat" Margin="40,0,40,40" Text="{Binding text}">
28 + <TextBlock x:Name="testoTop" FontSize="35" Width="580" TextAlignment="Left" TextWrapping="Wrap" Foreground="Wheat" Margin="40,0,40,40" Text="{Binding text}">
29 29
30 30 </TextBlock>
31 31 </ScrollViewer>