Skip to content

Commit

Permalink
imp - One-line center the bottom text in opening
Browse files Browse the repository at this point in the history
---

To make things look consistent, we've used one-line centered writer for bottom text in the opening splash of the modern welcome screen.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 15, 2024
1 parent 3388759 commit 4c46ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Nitrocid/Misc/Splash/Splashes/Welcome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public override string Opening(SplashContext context)
builder.Append(
col.VTSequenceForeground +
CenteredFigletTextColor.RenderCenteredFiglet(figFont, text) +
CenteredTextColor.RenderCentered(consoleY - 1, bottomText)
CenteredTextColor.RenderCenteredOneLine(consoleY - 1, bottomText)
);
return builder.ToString();
}
Expand Down

0 comments on commit 4c46ee1

Please sign in to comment.