Skip to content

Commit b755ce6

Browse files
author
epix37
committed
update to version 0.1.2
1 parent 2542bb4 commit b755ce6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Hearthstone Deck Tracker/OverlayWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private void ReSizePosLists()
127127
Canvas.SetTop(LblDrawChance1, Height * 0.17 + ListViewPlayer.Height*0.95 );
128128
Canvas.SetLeft(LblDrawChance1, Width - (ListViewPlayer.Width / 2) - 5 - LblDrawChance1.ActualWidth/2 + LblDrawChance2.ActualWidth/2);
129129

130-
Canvas.SetTop(LblCardCount, Height * 0.17 + ListViewPlayer.Height - 20 + LblDrawChance1.ActualHeight / 2);
130+
Canvas.SetTop(LblCardCount, Height * 0.17 + ListViewPlayer.Height*0.95 + 10);
131131
Canvas.SetLeft(LblCardCount, Width - ListViewPlayer.Width / 2 - 5 - LblCardCount.ActualWidth / 2);
132132

133133
Canvas.SetTop(LblEnemyCardCount, Height * 0.17 + ListViewEnemy.Height*0.95);

Hearthstone Deck Tracker/Version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<Version>
33
<Major>0</Major>
44
<Minor>1</Minor>
5-
<Revision>1</Revision>
5+
<Revision>2</Revision>
66
<Build>0</Build>
77
</Version>

Hearthstone Deck Tracker/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<WindowHeight>684</WindowHeight>
1111
<HearthstoneDirectory>C:\Program Files (x86)\Hearthstone</HearthstoneDirectory>
1212
<ShowInTaskbar>false</ShowInTaskbar>
13-
<HighlightCardsInHand>true</HighlightCardsInHand>
13+
<HighlightCardsInHand>false</HighlightCardsInHand>
1414
<OffsetX>0</OffsetX>
1515
<OffsetY>0</OffsetY>
1616
<CustomWidth>-1</CustomWidth>

0 commit comments

Comments
 (0)