mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-27 18:12: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()
|
Spacer()
|
||||||
Button("Cancel", action: {
|
Button("Cancel", action: {
|
||||||
presentationMode.wrappedValue.dismiss()
|
presentationMode.wrappedValue.dismiss()
|
||||||
}).keyboardShortcut(.cancelAction)
|
})
|
||||||
Button("Done", action: {
|
Button("Done", action: {
|
||||||
inspectorModel.shouldUpdate = true
|
inspectorModel.shouldUpdate = true
|
||||||
}).keyboardShortcut(.defaultAction)
|
})
|
||||||
}.padding(.top)
|
|
||||||
|
}.padding([.top, .bottom])
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
.onAppear {
|
.onAppear {
|
||||||
|
Loading…
Reference in New Issue
Block a user