aboutsummaryrefslogtreecommitdiffstats
path: root/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'render.c')
-rw-r--r--render.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render.c b/render.c
index 9b7f2d8..6334138 100644
--- a/render.c
+++ b/render.c
@@ -2,7 +2,7 @@
#include "render.h"
-static int pad = 10;
+static int pad = 15;
static void render_color_bar(cairo_t *cr, int x, int y, int w, int h,
double r, double g, double b, const char *name)
@@ -30,7 +30,7 @@ static void render_color_bar(cairo_t *cr, int x, int y, int w, int h,
void render_test(cairo_t *cr, int width, int height, const char *info)
{
- int bar = 100;
+ int bar = 120;
while (7 * bar + 2 * pad > height &&
bar > 4 * pad)