mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-11 12:07:22 +01:00
Fix minor ui glitches on older macOS (#695)
* Fix padding on toolbar buttons * Fix sizing on setup view.
This commit is contained in:
@@ -172,10 +172,13 @@ struct StepView<Content: View>: View {
|
||||
.frame(width: 20)
|
||||
VStack(alignment: .leading, spacing: 4) {
|
||||
Text(title)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
.bold()
|
||||
Text(description)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
if let detail {
|
||||
Text(detail)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
.font(.callout)
|
||||
.italic()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user