Make review and log panes resizable
This commit is contained in:
@@ -231,10 +231,17 @@ struct ContentView: View {
|
|||||||
.progressViewStyle(.linear)
|
.progressViewStyle(.linear)
|
||||||
|
|
||||||
if let project = processor.project {
|
if let project = processor.project {
|
||||||
projectReviewPanel(project)
|
VSplitView {
|
||||||
}
|
projectReviewPanel(project)
|
||||||
|
.frame(minHeight: 260)
|
||||||
|
|
||||||
logView
|
logView
|
||||||
|
.frame(minHeight: 160)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
logView
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.padding()
|
.padding()
|
||||||
.frame(minWidth: 520)
|
.frame(minWidth: 520)
|
||||||
|
|||||||
Reference in New Issue
Block a user