diff --git a/project/SPT.Launcher/CustomControls/DetailedProfileCard.axaml b/project/SPT.Launcher/CustomControls/DetailedProfileCard.axaml index 1545524..d3ea51e 100644 --- a/project/SPT.Launcher/CustomControls/DetailedProfileCard.axaml +++ b/project/SPT.Launcher/CustomControls/DetailedProfileCard.axaml @@ -6,7 +6,8 @@ xmlns:cvt="using:SPT.Launcher.Converters" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="SPT.Launcher.CustomControls.DetailedProfileCard" - MinWidth="250" MinHeight="250" + MinWidth="250" MinHeight="300" + MaxWidth="250" MaxHeight="300" PointerEntered="InputElement_OnPointerEntered" PointerExited="InputElement_OnPointerExited" PointerPressed="InputElement_OnPointerPressed" @@ -26,22 +27,26 @@ - + -