aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/FilesView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/macOS/FilesView.swift')
-rw-r--r--Hotline/macOS/FilesView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/macOS/FilesView.swift b/Hotline/macOS/FilesView.swift
index 7546f2a..2afa1a8 100644
--- a/Hotline/macOS/FilesView.swift
+++ b/Hotline/macOS/FilesView.swift
@@ -75,7 +75,7 @@ struct FileView: View {
.opacity(file.isUnavailable ? 0.5 : 1.0)
if file.isFolder && loading {
- ProgressView().controlSize(.small).padding([.leading, .trailing], 1)
+ ProgressView().controlSize(.small).padding([.leading, .trailing], 5)
}
Spacer()
if !file.isUnavailable {