From 614fada7db9328a201f2d5e5bdb99cd68ac435cf Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Mon, 18 Nov 2024 16:50:15 +0100 Subject: [PATCH] feat: move WotogCounter settings to bottom of their respective settings --- .../Options/Overlay/OverlayOpponent.xaml | 113 +++++++++--------- .../Options/Overlay/OverlayPlayer.xaml | 95 +++++++-------- 2 files changed, 105 insertions(+), 103 deletions(-) diff --git a/Hearthstone Deck Tracker/FlyoutControls/Options/Overlay/OverlayOpponent.xaml b/Hearthstone Deck Tracker/FlyoutControls/Options/Overlay/OverlayOpponent.xaml index 5cb3835e6..f6227f3be 100644 --- a/Hearthstone Deck Tracker/FlyoutControls/Options/Overlay/OverlayOpponent.xaml +++ b/Hearthstone Deck Tracker/FlyoutControls/Options/Overlay/OverlayOpponent.xaml @@ -63,6 +63,63 @@ VerticalAlignment="Center" Width="205" Value="100" ValueChanged="SliderSecretOpacity_ValueChanged" /> + + + + + + + + + + + + + - - - - - - - - - - - - diff --git a/Hearthstone Deck Tracker/FlyoutControls/Options/Overlay/OverlayPlayer.xaml b/Hearthstone Deck Tracker/FlyoutControls/Options/Overlay/OverlayPlayer.xaml index 5850293f1..79ee589cd 100644 --- a/Hearthstone Deck Tracker/FlyoutControls/Options/Overlay/OverlayPlayer.xaml +++ b/Hearthstone Deck Tracker/FlyoutControls/Options/Overlay/OverlayPlayer.xaml @@ -39,6 +39,54 @@ VerticalAlignment="Center" Width="205" Value="100" ValueChanged="SliderPlayerOpacity_ValueChanged" SmallChange="1" LargeChange="10" /> + + + + + + + + + + + + - - - - - - - - - - -