From 793903352c1ce09ab64864e68a4a7d9db17ed7b5 Mon Sep 17 00:00:00 2001 From: Otavio Cordeiro Date: Mon, 22 Dec 2025 07:02:13 +0100 Subject: [PATCH] Apply cosmetic changes to the editor layout --- Packages/Weblog/Sources/Weblog/Views/Editor/EditorView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Packages/Weblog/Sources/Weblog/Views/Editor/EditorView.swift b/Packages/Weblog/Sources/Weblog/Views/Editor/EditorView.swift index cbf3e59..22272eb 100644 --- a/Packages/Weblog/Sources/Weblog/Views/Editor/EditorView.swift +++ b/Packages/Weblog/Sources/Weblog/Views/Editor/EditorView.swift @@ -54,7 +54,7 @@ struct EditorView: View { @ViewBuilder private func makeSidebarView() -> some View { - Grid(alignment: .leading, horizontalSpacing: 16, verticalSpacing: 12) { + Grid(alignment: .leading, horizontalSpacing: 16, verticalSpacing: 16) { GridRow(alignment: .firstTextBaseline) { Text("Date") .gridColumnAlignment(.trailing) @@ -92,6 +92,7 @@ struct EditorView: View { ) .pickerStyle(.radioGroup) .labelsHidden() + .help("Select publication visibility") } GridRow(alignment: .firstTextBaseline) {