From 7a5b432d7725eb21e4a349c0df3dc230cf15c261 Mon Sep 17 00:00:00 2001 From: Justin Swanson Date: Sun, 21 Jul 2024 02:00:59 -0500 Subject: [PATCH] Scrollbar on profile view --- .../Views/Profiles/ProfileDetailView.xaml | 466 +++++++++--------- 1 file changed, 238 insertions(+), 228 deletions(-) diff --git a/Synthesis.Bethesda.GUI/Views/Profiles/ProfileDetailView.xaml b/Synthesis.Bethesda.GUI/Views/Profiles/ProfileDetailView.xaml index 216fae45..aca2e064 100644 --- a/Synthesis.Bethesda.GUI/Views/Profiles/ProfileDetailView.xaml +++ b/Synthesis.Bethesda.GUI/Views/Profiles/ProfileDetailView.xaml @@ -16,12 +16,12 @@ mc:Ignorable="d"> + x:Name="GameIconImage" + Width="40" + Height="40" + Margin="3,5" + HorizontalAlignment="Right" + VerticalAlignment="Top"> - - - - - - + Name="TopBarGrid" + Background="Transparent"> @@ -65,9 +59,9 @@ - - + \ No newline at end of file