Skip to content

Commit

Permalink
Add icons to windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayChavda committed Jun 8, 2017
1 parent 453637b commit f4292d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RSFJ/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:vm="clr-namespace:RSFJ.ViewModels"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
mc:Ignorable="d"
RightWindowCommandsOverlayBehavior="Never"
RightWindowCommandsOverlayBehavior="Never" Icon="/Images/logo.png" ShowIconOnTitleBar="False"
GlowBrush="SlateGray" TitleCharacterCasing="Normal" WindowStartupLocation="CenterScreen"
MinHeight="768" MinWidth="1024" Height="768" Width="1024" TitlebarHeight="75" KeyDown="MetroWindow_KeyDown">

Expand Down
2 changes: 1 addition & 1 deletion RSFJ/View/Verification.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:Controls="http://metro.mahapps.com/winfx/xaml/controls"
mc:Ignorable="d"
Width="360" Height="500"
Topmost="True" Background="WhiteSmoke"
Topmost="True" Background="WhiteSmoke" Icon="/Images/logo.png"
Title="Verification" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" WindowStyle="None">

<Window.Resources>
Expand Down

0 comments on commit f4292d1

Please sign in to comment.