rename chart
This commit is contained in:
parent
14e22cc636
commit
50c7ebc2e2
@ -519,7 +519,7 @@ void TemperatureChart::drawChart(GtkDrawingArea *area, cairo_t *cr, int width, i
|
||||
cairo_select_font_face(cr, "Sans", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_BOLD);
|
||||
cairo_set_font_size(cr, 16);
|
||||
cairo_move_to(cr, width / 2 - 150, 25);
|
||||
cairo_show_text(cr, "NVMe Disk Temperatures (Real-time)");
|
||||
cairo_show_text(cr, "Temperatures (Real-time)");
|
||||
}
|
||||
|
||||
TemperatureChart::NearestPoint TemperatureChart::findNearestDataPoint(double mouseX, double mouseY, int width, int height)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user