Fix typo
This commit is contained in:
parent
cdd650e0aa
commit
ff8feceefc
@ -65,7 +65,7 @@ void Huey::render() {
|
|||||||
cairo_move_to(_c, 31, 87);
|
cairo_move_to(_c, 31, 87);
|
||||||
cairo_show_text(_c, rgb_oss.str().c_str());
|
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_set_source_rgb(_c, 1, 1, 1);
|
||||||
cairo_move_to(_c, 29, 49);
|
cairo_move_to(_c, 29, 49);
|
||||||
cairo_show_text(_c, hue_oss.str().c_str());
|
cairo_show_text(_c, hue_oss.str().c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user