mirror of
https://github.com/egmont11/NetworkDiagram.git
synced 2026-07-24 07:09:43 +02:00
Added an app icon, for now the router image.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
Title="{DynamicResource EditTitle}" Height="380" Width="420"
|
||||
WindowStartupLocation="CenterOwner" ResizeMode="NoResize"
|
||||
Background="{StaticResource BgWhite}"
|
||||
WindowStyle="ThreeDBorderWindow">
|
||||
WindowStyle="ThreeDBorderWindow"
|
||||
Icon="/Assets/router.jpg">
|
||||
<Grid Margin="25">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto"/>
|
||||
|
||||
@@ -3,12 +3,11 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:NetworkDiagram"
|
||||
xmlns:models="clr-namespace:NetworkDiagram.Models"
|
||||
mc:Ignorable="d"
|
||||
Title="{DynamicResource AppTitle}" Height="750" Width="1100"
|
||||
Background="{StaticResource BgWhite}"
|
||||
KeyDown="Window_KeyDown">
|
||||
KeyDown="Window_KeyDown"
|
||||
Icon="/Assets/router.jpg">
|
||||
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<None Update="devices.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<Resource Include="Assets\**" />
|
||||
<None Update="Assets\**">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
||||
Reference in New Issue
Block a user