Skip to content

Commit

Permalink
Modify startup behavior and update text
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Nov 7, 2013
1 parent 75e7313 commit 9f86c9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MediaCrush/UploadWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
<RowDefinition Height="1*" x:Name="rowCollapse2"></RowDefinition>
<RowDefinition Height="0" x:Name="rowExpand"></RowDefinition>
</Grid.RowDefinitions>
<TextBlock Cursor="Hand" MouseDown="UploadFile_MouseDown" Margin="0 0 0 30" VerticalAlignment="Bottom" FontSize="18" Foreground="#005483" TextAlignment="Center">Drag and drop or click to upload</TextBlock>
<StackPanel Margin="0 0 0 30" VerticalAlignment="Bottom">
<TextBlock Cursor="Hand" MouseDown="UploadFile_MouseDown" FontSize="18" Foreground="#005483" TextAlignment="Center">Drag and drop or click to upload</TextBlock>
<TextBlock Cursor="Hand" MouseDown="UploadFile_MouseDown" FontSize="14" Foreground="#005483" TextAlignment="Center">Or press "Ctrl+PrintScreen" any time to take a screenshot</TextBlock>
</StackPanel>
<Image Grid.Row="1" Source="Images/upload.png"></Image>
<Grid Grid.Row="2" Margin="0 30 0 0">
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit 9f86c9c

Please sign in to comment.