Skip to content

Commit

Permalink
stats window icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Epix37 committed Oct 28, 2015
1 parent bdd1267 commit 3142306
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions Hearthstone Deck Tracker/Windows/StatsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Hearthstone_Deck_Tracker"
Icon="/HearthstoneDeckTracker;component/Images/HearthstoneDeckTracker.ico"
Title="Stats" Height="500" Width="600"
BorderBrush="{DynamicResource AccentColorBrush}" BorderThickness="1" SizeChanged="MetroWindow_SizeChanged">
<controls:MetroWindow.IconTemplate>
Expand Down
12 changes: 10 additions & 2 deletions Hearthstone Deck Tracker/Windows/StatsWindow_New.xaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
<controls:MetroWindow x:Class="Hearthstone_Deck_Tracker.Windows.StatsWindow_New"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:stats="clr-namespace:Hearthstone_Deck_Tracker.Controls.Stats"
xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls"
xmlns:utility="clr-namespace:Hearthstone_Deck_Tracker.Utility"
Icon="/HearthstoneDeckTracker;component/Images/HearthstoneDeckTracker.ico"
BorderThickness="1" BorderBrush="{DynamicResource AccentColorBrush}"
SaveWindowPosition="True"
Title="STATS" Height="820" Width="1150">
<controls:MetroWindow.IconTemplate>
<DataTemplate>
<Rectangle Margin="2" Opacity="0.7">
<Rectangle.Fill>
<VisualBrush Visual="{StaticResource hdticon}" />
</Rectangle.Fill>
</Rectangle>
</DataTemplate>
</controls:MetroWindow.IconTemplate>
<controls:MetroWindow.RightWindowCommands>
<controls:WindowCommands>
<Button Click="BtnSwitchToMainWindow_OnClick">
Expand Down

0 comments on commit 3142306

Please sign in to comment.