Merge pull request #3737 from Jonatino/patch-2
Add tooltip to absorption panel
This commit is contained in:
@@ -72,4 +72,10 @@ public class AbsorptionCounter extends Counter
|
||||
return belowThresholdColor;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTooltip()
|
||||
{
|
||||
return "Absorption: " + absorption;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user