Merge remote-tracking branch 'origin/master-noInternet' into master-noInternet

# Conflicts:
#	desktop/src/com/unciv/app/desktop/PlatformSpecificHelpersDesktop.kt
This commit is contained in:
alexban011 2022-05-02 22:08:22 +03:00
commit bd6474b50d

View File

@ -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()
}