From 038df124a9c9d0ec7e7f3a7387669d5273a5bf49 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Sun, 30 Jun 2024 17:46:30 -0700 Subject: A pass on icons. Sleeker toolbar window. Fix Accounts and News menu item disable states. Don't request banner from older servers. Cleanup News list display. --- Hotline/macOS/MessageBoardEditorView.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Hotline/macOS/MessageBoardEditorView.swift') diff --git a/Hotline/macOS/MessageBoardEditorView.swift b/Hotline/macOS/MessageBoardEditorView.swift index 1b49f4e..029616f 100644 --- a/Hotline/macOS/MessageBoardEditorView.swift +++ b/Hotline/macOS/MessageBoardEditorView.swift @@ -48,11 +48,11 @@ struct MessageBoardEditorView: View { Spacer() - Image("Message Board Post") - .resizable() - .scaledToFit() - .frame(width: 16, height: 16) - .padding(.trailing, 6) +// Image("Message Board Post") +// .resizable() +// .scaledToFit() +// .frame(width: 16, height: 16) +// .padding(.trailing, 6) Text("New Post") .fontWeight(.semibold) -- cgit