Merge pull request #3737 from Jonatino/patch-2

Add tooltip to absorption panel
This commit is contained in:
Tomas Slusny
2018-06-16 12:34:46 +02:00
committed by GitHub

View File

@@ -72,4 +72,10 @@ public class AbsorptionCounter extends Counter
return belowThresholdColor;
}
}
@Override
public String getTooltip()
{
return "Absorption: " + absorption;
}
}