macos: SplitView dragging

This commit is contained in:
Mitchell Hashimoto
2023-03-07 16:34:38 -08:00
parent d00794de8e
commit 06d770fefa
2 changed files with 23 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ struct GhosttyApp: App {
case .error:
ErrorView()
case .ready:
SplitView(.horizontal, left: {
SplitView(.vertical, left: {
Color.green
}, right: {
Color.red