mirror of
https://github.com/coteditor/CotEditor.git
synced 2026-05-17 12:40:36 +00:00
Tweak Delimiters pane layout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user