Index: uspace/lib/ui/src/label.c
===================================================================
--- uspace/lib/ui/src/label.c	(revision e3e64f6340a26ef3cc5197ad631a2db10e1e7557)
+++ uspace/lib/ui/src/label.c	(revision 581a54a616cde33e074a6a2e1641b98b682dbd7b)
@@ -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);
