mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-23 13:10:54 +07:00
Merge remote-tracking branch 'origin/master-noInternet' into master-noInternet
# Conflicts: # desktop/src/com/unciv/app/desktop/PlatformSpecificHelpersDesktop.kt
This commit is contained in:
commit
bd6474b50d
@ -425,7 +425,7 @@ class OptionsPopup(val previousScreen: BaseScreen) : Popup(previousScreen) {
|
||||
}
|
||||
for (line in modLinks) {
|
||||
val label = Label(line.text, BaseScreen.skin)
|
||||
.apply { color = line.errorSeverityToReport.color }
|
||||
.apply { color = line.errorSeverityToReport.color }
|
||||
label.wrap = true
|
||||
it.add(label).width(stage.width / 2).row()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user