fix(mac): shrink onboarding height
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user