Make review and log panes resizable

This commit is contained in:
Mikei386
2026-06-04 11:17:04 +02:00
parent 882ff9b179
commit 00d34f864b
+8 -1
View File
@@ -231,10 +231,17 @@ struct ContentView: View {
.progressViewStyle(.linear)
if let project = processor.project {
VSplitView {
projectReviewPanel(project)
}
.frame(minHeight: 260)
logView
.frame(minHeight: 160)
}
}
else {
logView
}
}
.padding()
.frame(minWidth: 520)