diff options
| -rw-r--r-- | Hotline/macOS/NewsView.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hotline/macOS/NewsView.swift b/Hotline/macOS/NewsView.swift index 906a9a4..201d3e2 100644 --- a/Hotline/macOS/NewsView.swift +++ b/Hotline/macOS/NewsView.swift @@ -260,11 +260,11 @@ struct NewsItemView: View { } .buttonStyle(.plain) .frame(width: 10) - .padding(.leading, 2) + .padding(.leading, 4) } else { Spacer() - .frame(width: 12) + .frame(width: 14) } // Tree indent |