mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
fix layout of UnselectedView
This commit is contained in:
parent
d172df68e3
commit
9e787f98d8
1 changed files with 7 additions and 3 deletions
|
|
@ -10,9 +10,13 @@ import SwiftUI
|
|||
|
||||
struct UnselectedView: View {
|
||||
var body: some View {
|
||||
Text("NoXcodeSelected")
|
||||
.font(.title)
|
||||
.foregroundColor(.secondary)
|
||||
VStack {
|
||||
Spacer()
|
||||
Text("NoXcodeSelected")
|
||||
.font(.title)
|
||||
.foregroundColor(.secondary)
|
||||
Spacer()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue