Fixes inspector sizing and removes kb shortcuts
This commit is contained in:
parent
a214a260a0
commit
de590248b3
|
@ -127,11 +127,12 @@ struct InspectorView: View {
|
|||
Spacer()
|
||||
Button("Cancel", action: {
|
||||
presentationMode.wrappedValue.dismiss()
|
||||
}).keyboardShortcut(.cancelAction)
|
||||
})
|
||||
Button("Done", action: {
|
||||
inspectorModel.shouldUpdate = true
|
||||
}).keyboardShortcut(.defaultAction)
|
||||
}.padding(.top)
|
||||
})
|
||||
|
||||
}.padding([.top, .bottom])
|
||||
#endif
|
||||
}
|
||||
.onAppear {
|
||||
|
|
Loading…
Reference in New Issue