aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/ServerView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/macOS/ServerView.swift')
-rw-r--r--Hotline/macOS/ServerView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Hotline/macOS/ServerView.swift b/Hotline/macOS/ServerView.swift
index 5e3678f..80a756c 100644
--- a/Hotline/macOS/ServerView.swift
+++ b/Hotline/macOS/ServerView.swift
@@ -603,12 +603,12 @@ struct TransferItemView: View {
}
var body: some View {
- HStack(alignment: .center) {
+ HStack(alignment: .center, spacing: 5) {
HStack(spacing: 0) {
Spacer()
FileIconView(filename: transfer.title)
.frame(width: 16, height: 16)
- .padding(.leading, 2)
+// .padding(.leading, 2)
Spacer()
}
.frame(width: 20)