mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-27 01:52:30 +01:00
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
Block a user