From 6387edfb3de59128ee9b5801f8ee7c457a290812 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Fri, 12 Jul 2024 15:22:20 -0400 Subject: [PATCH] scale text in detailed profile --- .../CustomControls/DetailedProfileCard.axaml | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) 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 @@ - + -