Fix scrollbar height
This commit is contained in:
parent
b5c72e3b0f
commit
2810a4ef1c
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ list_paint (void *vself, const grub_video_rect_t *region)
|
||||||
self->bounds.width - box_right_pad
|
self->bounds.width - box_right_pad
|
||||||
+ self->scrollbar_width,
|
+ self->scrollbar_width,
|
||||||
box_top_pad + self->item_padding,
|
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);
|
grub_gui_restore_viewport (&vpsave);
|
||||||
|
|
Loading…
Reference in a new issue