LiveActivities design fix
- Fixed issue where long subject names did not fit. - Formatting improvements on DynamicIsland and LockScreen notifications. - Smarter wrapping for long subjects. - *I forgot to add a line break when there is a break, so I added it.*
This commit is contained in:
parent
56a0c2c02e
commit
bbe53b8c01
@ -164,10 +164,10 @@ struct LiveCardWidget: Widget {
|
|||||||
Text("Az első órád:")
|
Text("Az első órád:")
|
||||||
.font(.body)
|
.font(.body)
|
||||||
.bold()
|
.bold()
|
||||||
.padding(.leading, 15)
|
.padding(.trailing, -15)
|
||||||
MultilineTextView(text: "\(context.state.index) \(context.state.title)", limit: 25)
|
MultilineTextView(text: "\(context.state.nextSubject)", limit: 25)
|
||||||
.font(.body)
|
.font(.body)
|
||||||
.padding(.leading, 15)
|
.padding(.trailing, -25)
|
||||||
|
|
||||||
Text("Ebben a teremben:")
|
Text("Ebben a teremben:")
|
||||||
.font(.body)
|
.font(.body)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user