Slightly cleaner video GUI
This commit is contained in:
@@ -116,7 +116,11 @@ struct ContentView: View {
|
||||
}
|
||||
.padding(.top)
|
||||
}
|
||||
tutorialContext.videoView
|
||||
HStack {
|
||||
Spacer()
|
||||
tutorialContext.videoView.frame(width : 150)
|
||||
Spacer()
|
||||
}
|
||||
Spacer()
|
||||
Group {
|
||||
Toggle(isOn: $tutorialContext.loggingUnit.logsEnabled.value) {
|
||||
|
||||
Reference in New Issue
Block a user