fix(mac): shrink onboarding height
parent
b82dfe08a2
commit
fb259e8a50
|
|
@ -168,7 +168,7 @@ struct OnboardingView: View {
|
||||||
Spacer(minLength: 0)
|
Spacer(minLength: 0)
|
||||||
self.navigationBar
|
self.navigationBar
|
||||||
}
|
}
|
||||||
.frame(width: self.pageWidth, height: 805)
|
.frame(width: self.pageWidth, height: 644)
|
||||||
.background(Color(NSColor.windowBackgroundColor))
|
.background(Color(NSColor.windowBackgroundColor))
|
||||||
.onAppear {
|
.onAppear {
|
||||||
self.currentPage = 0
|
self.currentPage = 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue