Fixed header width

This commit is contained in:
Lumaa 2024-02-29 12:08:37 +01:00
parent 60e4b6c86a
commit 5320597963
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ struct ProfileView: View {
image
.resizable()
.scaledToFill()
.frame(height: appDelegate.windowHeight / 5)
.frame(width: appDelegate.windowWidth - 50, height: appDelegate.windowHeight / 5)
.clipped()
.clipShape(RoundedRectangle(cornerRadius: 15.0))
.padding(.bottom)