aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/user-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user-widget.c b/src/user-widget.c
index 1530967..937a9eb 100644
--- a/src/user-widget.c
+++ b/src/user-widget.c
@@ -302,7 +302,7 @@ user_widget_primitive_draw_cb (GtkWidget *widget,
gtk_widget_get_allocation (widget, &allocation);
x = allocation.x + 13;
- y = allocation.height / 2;
+ y = allocation.y + allocation.height/2;
cairo_arc (cr, x, y, 3.0, 0.0, 2 * G_PI);;