Add help window, adjust window sizes, add error handling for when Transit is down
[SnapShooter.git] / SnapShooter / MainWindow.xaml
index da80cf1..96f4fee 100644 (file)
@@ -1,7 +1,7 @@
 <Window x:Class="SnapShooter.MainWindow"
     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
-    Title="SnapShooter" Height="300" Width="600"
+    Title="SnapShooter" Height="300" Width="350"
     Loaded="Window_Loaded">
     <Grid>
         <Grid.RowDefinitions>
@@ -11,7 +11,7 @@
         <StackPanel Name="Menu" HorizontalAlignment="Right" Orientation="Horizontal">
             <CheckBox Margin="4" Name="Enabled" Checked="Enabled_Checked" Unchecked="Enabled_Unchecked" IsChecked="True">Enabled</CheckBox>
             <TextBlock Margin="4">
-                <Hyperlink>Help</Hyperlink>
+                <Hyperlink Click="Help_Click">Help</Hyperlink>
             </TextBlock>
         </StackPanel>
         <ListBox Name="SnapShots" Grid.Row="1" HorizontalContentAlignment="Stretch" />