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
c837a2b788
commit
793903352c
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ struct EditorView: View {
|
||||||
|
|
||||||
@ViewBuilder
|
@ViewBuilder
|
||||||
private func makeSidebarView() -> some View {
|
private func makeSidebarView() -> some View {
|
||||||
Grid(alignment: .leading, horizontalSpacing: 16, verticalSpacing: 12) {
|
Grid(alignment: .leading, horizontalSpacing: 16, verticalSpacing: 16) {
|
||||||
GridRow(alignment: .firstTextBaseline) {
|
GridRow(alignment: .firstTextBaseline) {
|
||||||
Text("Date")
|
Text("Date")
|
||||||
.gridColumnAlignment(.trailing)
|
.gridColumnAlignment(.trailing)
|
||||||
|
|
@ -92,6 +92,7 @@ struct EditorView: View {
|
||||||
)
|
)
|
||||||
.pickerStyle(.radioGroup)
|
.pickerStyle(.radioGroup)
|
||||||
.labelsHidden()
|
.labelsHidden()
|
||||||
|
.help("Select publication visibility")
|
||||||
}
|
}
|
||||||
|
|
||||||
GridRow(alignment: .firstTextBaseline) {
|
GridRow(alignment: .firstTextBaseline) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue