1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00

minor fixes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@25 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-07-28 07:15:29 +00:00
parent 58f30e64f7
commit c090f68393

View File

@ -1483,9 +1483,8 @@ static void generate_text()
if (barnum > 100 || barnum < 0) {
ERR("your execgraph value is not between 0 and 100, therefore it will be ignored");
} else {
barnum = barnum / 100.0;
new_graph(p, 0,
4, (int) (barnum));
25, (int) (barnum));
}
}
@ -2657,6 +2656,8 @@ static void draw_line(char *s)
by,
w * bar_usage / 255,
h);
cur_y += h;
}
break;