Index: uspace/lib/ui/src/label.c
===================================================================
--- uspace/lib/ui/src/label.c	(revision 232bf2c52c8d4572d78e81df5fe84ab28ed8ac39)
+++ uspace/lib/ui/src/label.c	(revision a5d20a3ced43287402f0199d37527ac2e91fd55f)
@@ -217,5 +217,5 @@
 	fmt.color = label->res->wnd_text_color;
 	fmt.halign = label->halign;
-	fmt.valign = gfx_valign_top;
+	fmt.valign = label->valign;
 
 	rc = gfx_puttext(label->res->font, &pos, &fmt, label->text);
