1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2025-05-23 22:34:03 +02:00

Added a Drag&Drop guide to home page

This commit is contained in:
chylex 2015-04-13 16:00:47 +02:00
parent 82f6730daf
commit ac17dbe561
3 changed files with 7 additions and 1 deletions
BackupEssentials

View File

@ -217,6 +217,9 @@
<Content Include="Resources\Guide1.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Guide2.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Expression\Blend\.NETFramework\v4.5\Microsoft.Expression.Blend.WPF.targets" />

View File

@ -62,9 +62,12 @@
<TextBlock Style="{StaticResource TextBlockSubTitle}">
2. Drag and Drop
</TextBlock>
<TextBlock Margin="6,0">
<TextBlock Margin="6,2">
Select one or more files or folders, and drag them into this window. This requires the program to be running.
</TextBlock>
<Border Width="358" Height="252" Margin="6,4" BorderBrush="#FFACACAC" BorderThickness="1" HorizontalAlignment="Center" VerticalAlignment="Center">
<Image Source="/BackupEssentials;component/Resources/Guide2.png" RenderOptions.BitmapScalingMode="NearestNeighbor" Width="356" Height="250" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Border>
</WrapPanel>
</Grid>
</WrapPanel>

Binary file not shown.

After

(image error) Size: 11 KiB