macOS: align sessions list with header
parent
c48681b2f0
commit
0e9f617667
|
|
@ -112,6 +112,8 @@ struct SessionsSettings: View {
|
||||||
self.sessionRow(row)
|
self.sessionRow(row)
|
||||||
}
|
}
|
||||||
.listStyle(.inset)
|
.listStyle(.inset)
|
||||||
|
// The view already applies horizontal padding; keep the list aligned with the text above.
|
||||||
|
.padding(.horizontal, -12)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue