From 6f64edc95b57c2ffef3ccd104bd9bd98ad8ef64a Mon Sep 17 00:00:00 2001 From: Davide Date: Mon, 28 Oct 2024 21:31:48 +0100 Subject: [PATCH] Fix overflow in installed profile name --- .../Library/Sources/AppUI/Views/UI/InstalledProfileView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Passepartout/Library/Sources/AppUI/Views/UI/InstalledProfileView.swift b/Passepartout/Library/Sources/AppUI/Views/UI/InstalledProfileView.swift index fde16e26..c7d729a0 100644 --- a/Passepartout/Library/Sources/AppUI/Views/UI/InstalledProfileView.swift +++ b/Passepartout/Library/Sources/AppUI/Views/UI/InstalledProfileView.swift @@ -91,7 +91,6 @@ private extension InstalledProfileView { var nameView: some View { Text(profile?.name ?? Strings.Views.Profiles.Rows.notInstalled) - .fixedSize() .font(.title2) .fontWeight(theme.relevantWeight) .themeTruncating(.tail)