Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk-engine/src/olpc_theme_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-engine/src/olpc_theme_draw.c')
-rw-r--r--gtk-engine/src/olpc_theme_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-engine/src/olpc_theme_draw.c b/gtk-engine/src/olpc_theme_draw.c
index bf77c6d..7f347a7 100644
--- a/gtk-engine/src/olpc_theme_draw.c
+++ b/gtk-engine/src/olpc_theme_draw.c
@@ -1109,7 +1109,7 @@ olpc_style_draw_slider(GtkStyle * style,
ge_cairo_set_color(cr, &olpc_style->color_cube.bg[state_type]);
- ge_cairo_rounded_rectangle(cr, x, y, width, height, 2, CR_CORNER_ALL);
+ ge_cairo_rounded_rectangle(cr, x + 3, y + 3, width - 6, height - 6, 2, CR_CORNER_ALL);
cairo_fill(cr);