Set same height as with (the same like on other timelines).

This commit is contained in:
Marcin Czachursk 2023-03-15 14:32:46 +01:00
parent 93734579a4
commit 95c2ef07f0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ struct ImageRow: View {
self.imageHeight = size.height
} else {
self.uiImage = nil
self.imageHeight = UIScreen.main.bounds.width * 0.75
self.imageHeight = UIScreen.main.bounds.width
self.imageWidth = UIScreen.main.bounds.width
}
}