Index: uspace/lib/ui/src/rbutton.c
===================================================================
--- uspace/lib/ui/src/rbutton.c	(revision f14a90066cd9ee80ba3be653000616761b788e7c)
+++ uspace/lib/ui/src/rbutton.c	(revision 5a6879171b349b93efa71242447fc637fe2ceedd)
@@ -281,5 +281,5 @@
 	/* Label position */
 	pos.x = center.x + rbutton_oframe_r + rbutton_label_margin;
-	pos.y = (rbutton->rect.p0.y + rbutton->rect.p1.y) / 2;
+	pos.y = center.y;
 
 	gfx_text_fmt_init(&fmt);
