v++
This commit is contained in:
@@ -13,8 +13,7 @@ public class RendererMilliseconds extends RendererCell<Long>{
|
||||
@Override
|
||||
public void Display() {
|
||||
if (value != null) {
|
||||
setText(Utils_.printSplittedDateInterval(value));
|
||||
setFont(MainModule_.instance.getUI().getTheme().Fonts.get(VisualiserFonts.TreePlain).deriveFont(12.0f));
|
||||
setText(Utils_.printSplittedDateIntervalShort(value));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user