Fix typo
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user