Inspector and other layouts fixes

This commit is contained in:
Arkadiusz Fal
2022-11-13 21:52:29 +01:00
parent 4ee1383f3a
commit e58afcbf3f
5 changed files with 36 additions and 17 deletions

View File

@@ -32,6 +32,8 @@ struct PlayerQueueView: View {
.padding(.vertical, 5)
.listRowInsets(EdgeInsets())
#endif
Color.clear.padding(.bottom, 50)
.listRowBackground(Color.clear)
}
#if os(macOS)
.listStyle(.inset)