Compare commits

..

No commits in common. "8ce0ff6b82cf49d9dfae8dd028512b9f3e716b05" and "1d929d5ad0cd82f33ee7495a99a09f1e1bbcf267" have entirely different histories.

View File

@ -2,7 +2,6 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Lotto Number Board" Height="600" Width="400"> Title="Lotto Number Board" Height="600" Width="400">
<ScrollViewer VerticalScrollBarVisibility="Auto">
<DockPanel Margin="10"> <DockPanel Margin="10">
<StackPanel DockPanel.Dock="Bottom" Margin="0,10,0,0"> <StackPanel DockPanel.Dock="Bottom" Margin="0,10,0,0">
@ -19,7 +18,6 @@
</ScrollViewer> </ScrollViewer>
</DockPanel> </DockPanel>
</ScrollViewer>
</Window> </Window>