Tweak Delimiters pane layout

This commit is contained in:
1024jp
2026-02-28 13:53:07 +09:00
parent 71e16ff646
commit cd4499646e
@@ -224,7 +224,7 @@ private struct BlockEditView: View {
}
.tableStyle(.bordered)
.border(Color(nsColor: .gridColor))
.frame(minHeight: 80, maxHeight: 120)
.frame(minHeight: 80, maxHeight: 200)
AddRemoveButton($items, selection: $selection, newItem: Item()) { item in
self.focusedField = item.id