This commit is contained in:
Bob Polis 2024-09-22 23:42:44 +02:00
parent cdd650e0aa
commit ff8feceefc

View File

@ -65,7 +65,7 @@ void Huey::render() {
cairo_move_to(_c, 31, 87);
cairo_show_text(_c, rgb_oss.str().c_str());
// render hue and rgb texts in white, sligtly offset
// render hue and rgb texts in white, slightly offset
cairo_set_source_rgb(_c, 1, 1, 1);
cairo_move_to(_c, 29, 49);
cairo_show_text(_c, hue_oss.str().c_str());