mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-06-02 05:20:57 +00:00
Cleanup.
This commit is contained in:
parent
d2bb2aa2f6
commit
113dd7b824
@ -15,8 +15,8 @@ struct SecretDetailView<SecretType: Secret>: View {
|
||||
Text(keyWriter.openSSHFingerprint(secret: secret))
|
||||
Spacer()
|
||||
}
|
||||
.frame(minWidth: 150, maxWidth: .infinity)
|
||||
.padding()
|
||||
.frame(minWidth: 150, maxWidth: .infinity)
|
||||
.padding()
|
||||
}.onDrag {
|
||||
return NSItemProvider(item: NSData(data: keyWriter.openSSHFingerprint(secret: secret).data(using: .utf8)!), typeIdentifier: kUTTypeUTF8PlainText as String)
|
||||
}
|
||||
@ -40,8 +40,9 @@ struct SecretDetailView<SecretType: Secret>: View {
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
}.padding()
|
||||
.frame(minHeight: 150, maxHeight: .infinity)
|
||||
}
|
||||
.padding()
|
||||
.frame(minHeight: 150, maxHeight: .infinity)
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user