Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend: SpecialColor translation #2854

Merged
merged 23 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
detekt?
  • Loading branch information
CalMWolfs committed Oct 28, 2024
commit 97036493e35e47312918267618a482fdf908e823
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ object SkillProgress {
SkillProgressConfig.TextAlignment.CENTERED,
SkillProgressConfig.TextAlignment.LEFT,
SkillProgressConfig.TextAlignment.RIGHT,
-> {
-> {
val content = horizontalContainer(display, horizontalAlign = textAlignment.alignment)
val renderables = listOf(Renderable.fixedSizeLine(content, maxWidth))
config.displayPosition.renderRenderables(renderables, posLabel = "Skill Progress")
Expand Down
Loading