ENH: Fixed sizing of the main window. #1
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ struct ContentView: View {
|
||||||
ForEach(lines.indices, id: \.self) { index in
|
ForEach(lines.indices, id: \.self) { index in
|
||||||
Text(lines[index])
|
Text(lines[index])
|
||||||
.font(.system(.body, design: .monospaced))
|
.font(.system(.body, design: .monospaced))
|
||||||
|
.foregroundColor(.gray)
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue