We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288e877 commit edd46f8Copy full SHA for edd46f8
desktop/src/main/kotlin/com/jdamcd/arrivals/desktop/ArrivalsView.kt
@@ -151,9 +151,10 @@ fun LedText(string: String) {
151
Text(
152
text = string,
153
color = LedYellow,
154
+ maxLines = 1,
155
style = TextStyle(
156
fontFamily = LurFontFamily,
- fontSize = 56.sp
157
+ fontSize = 58.sp
158
)
159
160
}
@@ -172,9 +173,10 @@ fun FlashingLedText(string: String) {
172
173
174
175
color = LedYellow.copy(alpha = alpha),
176
177
178
179
180
181
182
0 commit comments