Fix scrollbar height

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-09 11:48:38 +01:00
parent b5c72e3b0f
commit 2810a4ef1c

View file

@ -330,7 +330,7 @@ list_paint (void *vself, const grub_video_rect_t *region)
self->bounds.width - box_right_pad
+ self->scrollbar_width,
box_top_pad + self->item_padding,
content_rect.height - box_top_pad - box_bottom_pad);
self->bounds.height - box_top_pad - box_bottom_pad);
}
grub_gui_restore_viewport (&vpsave);