mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-30 04:04:27 +00:00
Apply cosmetic changes to the editor layout
This commit is contained in:
parent
14995d5184
commit
cc6f553ca3
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue