Skip to content

Commit

Permalink
Make go live button text fit on one row.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jan 27, 2025
1 parent 596e59e commit 76c3341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Moblin/View/ControlBar/StreamButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ struct StreamButtonText: View {

var body: some View {
Text(text)
.lineLimit(1)
.minimumScaleFactor(0.5)
.foregroundColor(.white)
.frame(minWidth: 60)
.padding(5)
Expand Down

0 comments on commit 76c3341

Please sign in to comment.