Skip to content

Commit 74a7377

Browse files
committed
Fixed gap
1 parent f68b427 commit 74a7377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MacImageManager/MacImageManager/Views/PaneGifViewer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ struct PaneGifViewer: View {
164164
var body: some View {
165165
Group {
166166
if let gifUrl = gifUrl {
167-
VStack {
167+
VStack(spacing: 0) {
168168
// Main Display Area
169169
if useWebView {
170170
// WebView fallback for complex GIFs

0 commit comments

Comments
 (0)