mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-23 03:23:17 -04:00
Stats in notifications no longer with black icons
This commit is contained in:
parent
b8d1d80e73
commit
46c5bb0e94
@ -22,7 +22,7 @@ class WrappableLabel(
|
||||
fontColor: Color = Color.WHITE,
|
||||
private val fontSize: Int = Constants.defaultFontSize,
|
||||
hideIcons: Boolean = false
|
||||
) : Label(text.tr(hideIcons), BaseScreen.skin) {
|
||||
) : Label(text.tr(hideIcons, hideIcons), BaseScreen.skin) {
|
||||
private var _measuredWidth = 0f
|
||||
private var optimizedWidth = Float.MAX_VALUE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user