I think I just ordered a combo meal from this--
This commit is contained in:
parent
be140e80e7
commit
3e00e14ee7
1 changed files with 5 additions and 1 deletions
|
@ -172,7 +172,11 @@ static void draw_gauge_cluster(cairo_t *cr,
|
|||
y + height * 0.76,
|
||||
height * 0.13);
|
||||
|
||||
draw_mfd(cr, 432, 48, 160, 240);
|
||||
draw_mfd(cr,
|
||||
x + width * 0.42,
|
||||
y + height * 0.1,
|
||||
width * 0.16,
|
||||
height * 0.5);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
|
Loading…
Add table
Reference in a new issue