From 3ca2105b9b0cbed544794122fe579b4341b880dd Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sun, 7 Nov 2021 20:56:01 +0100 Subject: [PATCH] Fix playlist form padding on macOS --- Shared/Playlists/PlaylistFormView.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shared/Playlists/PlaylistFormView.swift b/Shared/Playlists/PlaylistFormView.swift index c0935def..51c3b269 100644 --- a/Shared/Playlists/PlaylistFormView.swift +++ b/Shared/Playlists/PlaylistFormView.swift @@ -45,6 +45,9 @@ struct PlaylistFormView: View { visibilityFormItem .pickerStyle(.segmented) } + #if os(macOS) + .padding(.horizontal) + #endif HStack { if editing {