mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 20:00:37 +00:00
Fix scrollbar height
This commit is contained in:
parent
b5c72e3b0f
commit
2810a4ef1c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user